Сейчас на форуме: -Sanchez- (+8 невидимых) |
![]() |
eXeL@B —› Основной форум —› Взлом dotNET программ |
<< 1 ... 18 . 19 . 20 . 21 . 22 . 23 . 24 . 25 . 26 . 27 . 28 ... 49 . 50 . >> |
Посл.ответ | Сообщение |
|
Создано: 30 августа 2010 22:59 · Поправил: s0l · Личное сообщение · #1 Со времени создания топика много обсудили, во много м разобрались и много осталось за кадром. Решил подшить выкладываемый софт и линки ![]() Инструменты: Рег-данные: Code:
Рег-данные: Code:
Статьи с хабры: Другое: [url=http://lifeinhex.com/string-decryption-with-de4dot/]String decryption with de4dot[/url - Last edit: 2012-02-17, Links fixed. Jupiter] ![]() |
|
Создано: 30 сентября 2012 03:51 · Личное сообщение · #2 Dot Net String Decoder progress-tools.x10.mx/dnsd.html ![]() |
|
Создано: 30 сентября 2012 20:29 · Личное сообщение · #3 GrayWolf Тул (редактор IL, декомпилятор, деобфускатор) от Jon McCoy: Currently - is in a late beta stage It is similar to IL-Spy but this has a focue on edit/attack. GrayWolf was a tool I created to carry out research. The focus is on editing applications to make change quickly. What can it do: DE-ObfuScatE Edit IL(Live) Add payloads Edit attributes(public/privet) Copy strong names signing on EXE/DLL ToDo: Advanced Code Navigation Integration with GrayDragon It is currently not open source, but ![]() Офсайт: ----- Флэш, ява, дотнет - на завтрак, обед и ужин. Unity3D на закуску. ![]() |
|
Создано: 13 октября 2012 11:53 · Личное сообщение · #4 |
|
Создано: 14 октября 2012 15:27 · Поправил: verdizela · Личное сообщение · #5 .NET Reflector 7.7.0.218 This build includes: Enabling and disabling F12 behaviour more easily in the Visual Studio extension Integration and improvement of power commands in Reflector Desktop Bug fixes and usability enhancements in Reflector Desktop ----- We do what we want because we can. ![]() |
|
Создано: 17 октября 2012 21:35 · Личное сообщение · #6 Полезная утилита, для редактирования байт-кода .NET ByteME v1.0 Code:
![]() ![]() ![]() |
|
Создано: 17 октября 2012 21:43 · Личное сообщение · #7 |
|
Создано: 20 октября 2012 22:42 · Личное сообщение · #8 .NET Reflector Early Access Program Latest version: 8.0 This build includes: Adding the search filter to the Assembly Browser _http://www.reflector.net/eap/ ![]() |
|
Создано: 22 октября 2012 11:42 · Личное сообщение · #9 ByteMe v1.5 By Furious [repost from board.b-at-s.info] Whats new? -Fixed a critical bug with deassemblying some bytes with size 2 and simliar op codes. -Fixed a bug with trying to decompile some methods. -Now instruction # shown as hex -Ability to modify bytes as op codes or as bytes -Added a Goto module constructor -Added hotkey delete automatically fill byte's with NOP -Added double click modify OP code -Added parameters and return type for methods Future plans -Ability to follow calls -Highlighting of user selected opcodes -Add search function Links: http://www.mediafire.com/?6170913cx5a666d ![]() |
|
Создано: 25 октября 2012 13:04 · Поправил: 4kusNick · Личное сообщение · #10 Telerik Just Decompile обновился до 2012.3.1016.8 ----- Флэш, ява, дотнет - на завтрак, обед и ужин. Unity3D на закуску. ![]() |
|
Создано: 27 октября 2012 17:16 · Личное сообщение · #11 ByteMe v2.0 What's new? -OpCode highlighting -Code decompilation fixes with generic parameters (doesn't work with all assemblies I tested but works with the confuser sample I had) -Now you can nop multiple OpCodes -Search function added, should be fully functional but didn't test it that much. What's next? -Ability to modify the bytes in OpCodes rather than bytes (yes, I know I have said that sine version 1.0 but it was much harder than I thought) -Built in renaming engine, this might seem weird but I was thinking about renaming engine that doesn't use cecil, I'm not entirely sure if this was gonna work but I will have to test it. -Scripting language, I would like to hear your suggestions about it some examples for it would be like: Code:
Some of you asked me for the source code, don't worry once I fully make it bug free and finish the future plans I will release it, the code is really messy right now. ----- Флэш, ява, дотнет - на завтрак, обед и ужин. Unity3D на закуску. ![]() |
|
Создано: 28 октября 2012 22:16 · Поправил: 4kusNick · Личное сообщение · #12 ByteMe v2.4 Не финальная версия (получил в индивидуальном порядке). * Now you can modify opcodes in IL too instead of only bytes. * Now when you refresh an assembly it will navigate back to the method you were on. * Added a close button so it would be much easier to make any changes in the assembly. * Added a reverse branch function, now you can right click on any branch and reverse it. Ex: 2C99 will be reversed to 2D99 * Added a scripting language, current commands: modify rva newbytes modifies your defined rva with those bytes nop rva nopes your defined rva revbran rva reverses a branch with the defiend rva wipe rva wipes method rva (changes all the instructions to nop and last instruction to ret) get_all_#OPCODE# rva var gets all the rva addresses for your defined rva in your defined method and stores them in the var, example usage: get_all_call 2090 call : nop call10. this nops the 10th call in the method rva nop_all_#OPCODE# rva nops all the defined OPCODE in the defined methodrva example : nop_all_call 2090 # for comments, all comments will be ignored. Coded by Furious --- Обновил линк --- Airenikus Уже не так мало (более метра). Вот еще линк: ----- Флэш, ява, дотнет - на завтрак, обед и ужин. Unity3D на закуску. ![]() |
|
Создано: 29 октября 2012 01:41 · Поправил: mysterio · Личное сообщение · #13 4kusNick Говорит давнлоада нынче не будет - нада грузить в другое место ;) ------------------- Фраза все еще актуальна ;) Глючат файлообменники заливай на другие: http://www.upload.ee/ или http://www.sendspace.com/ Как-то так ![]() ----- Don_t hate the cracker - hate the code. ![]() |
|
Создано: 29 октября 2012 23:48 · Личное сообщение · #14 Лучше аттачить, немного весит же. А то вот ргхост сейчас с 502 ошибкой. ![]() |
|
Создано: 30 октября 2012 18:05 · Поправил: 4kusNick · Личное сообщение · #15 А вот и финальная ByteMe v2.4 I added a scripting language in this release hopefully it will be used more often and I will be updating it with new commands and such. What's new? * Now you can modify opcodes in IL too instead of only bytes. * Now when you refresh an assembly it will navigate back to the method you were on. * Added a close button so it would be much easier to make any changes in the assembly. * Added a reverse branch function, now you can right click on any branch and reverse it. Ex: 2C99 will be reversed to 2D99 * Added a scripting language, current commands: Code:
What's next? Add token support for the scripting language I'm thinking of adding a new node which tells you the information about the assembly ex: packer, ilonly(mixed mode), .net version. Here is a screenshot of how I done so far: ![]() The ability to modify is limited for now for only opcodes without operands, the reversebranch should be fully functional and it will help a lot while trying to patch some checks. About the scripting language, I don't except it to be of any use right now as it is still developing but with your feedback it will help a lot. I added some scripts for .net shrink and confuser. The .net shrink script kills all the nags I also have 2 scripts for it but the second method is more reliable. Confuser script patches the antidump and antidebug calls but for a certain encryption method. I also added a simple evaluator for commands for example as you see in scripts calls4 + 10, which gets the call number 4 rva - 10. Coded by Furious igorca Спасибо, отпишу автору. По поводу просмотра методов в ваших dllках - оно так и на других обфусцированных Confuser'ом сборках себя ведет (по понятным причинам - там нет кода, сплошная каша, которая дешифруется в рантайме). Отпишу автору чтобы он как-то это дело обрабатывал и вместо эксепшена выдавал что-то адекватное. PS: оказывается автор вам уже ответил ![]() ----- Флэш, ява, дотнет - на завтрак, обед и ужин. Unity3D на закуску. ![]() |
|
Создано: 01 ноября 2012 00:02 · Личное сообщение · #16 4kusNick пишет: А вот и финальная ByteMe v2.4 Несколько багов.Скрипты для shrinkа прекрасно отработали,а скрипт для Confuserа-оконфузился ![]() Code:
Попробовал скрипт на нескольких dll,обработанных Confuseromом-та же ошибка.Кстати с помощью ByteMe эти dll-ки тоже не поправить:названия методов показывает,но при нажатии на них вылезает новая ошибка http://postimage.org/image/u6zzev2cb/ И ещё одна бага-при открытии файла обработаного Phoenix Protectorом ругается,что данный файл не .net assembly.Пришлось патчить в хекс редакторе ![]() 4kusNick,может донесёте до автора эту информацию,вдруг поправит ошибку с Confuserом ![]() |
|
Создано: 03 ноября 2012 10:45 · Личное сообщение · #17 ByteME v3.0 by Furious What's new? * Fixed a bug with decompiling empty type names (CodeCracker's Obfuscator) * Fixed a bug while trying to modify a non selected item * Fixed "Goto Entrypoint" bug with few assemblies * Fixed a critical bug with locating the wrong metadata section * Added error reporting * Added the ability to trace methods * Added assembly info node which includes: Version, Compiler version, Obfuscator, IL Only flag, PublicKeyToken, entrypoint token * Added token support for scripting language, now you can use tokens like: nop_all_br t6000001 * Added a var "ep" for the scripting language, can be used like this: nop_all_call ep * Added new command "get_all_inner_call" same function as "get_all_call" except it only adds the calls that is located in the assembly (non referenced calls) * Removed script writer What's next? Mainly I will be focusing on optimizing the code and fixing bugs. If you have any suggestions please post below. This version had some important bug fixes, the problem with locating the wrong metadata section was deadly and had to be fixed asap. Also the token support new feature for the scripting language should make it more useful and easier to locate methods. Now for the info obfuscator detector, I only added confuser 1.9-1.4, DNGuard, Eazfuscator, .Net shrink, Agile.Net, Rummage, Smart Assembly As those are the most used right now plus the others are really low on quality so didn't bother adding them, although if you have a suggestion for a obfuscator please post in the thread and I might add it. Note that the error reporting will only keep your last report to avoid flooding. Links https://lh.rs/tYd4Fm4IoUdv ![]() |
|
Создано: 03 ноября 2012 13:10 · Личное сообщение · #18 Ага, и видео в придачу: ----- Флэш, ява, дотнет - на завтрак, обед и ужин. Unity3D на закуску. ![]() |
|
Создано: 07 ноября 2012 01:22 · Личное сообщение · #19 |
|
Создано: 14 ноября 2012 13:38 · Личное сообщение · #20 |
|
Создано: 14 ноября 2012 23:47 · Личное сообщение · #21 ByteMe v3.3 What's new * Fixed most of the decompiling errors (thanks 0xd4d) * Fixed goto entrypoint with assemblies with no EP * Now mono handles checking the compiler, so you won't have any further problems with some assemblies. * Now you can copy multiple bytes, added hotkey CTRL+C for copying bytes * Removed scripting language * Removed hotkey DELETE for noping instructions * Some optimizations at loading assemblies (13MB assembly now loads at 2.8 seconds instead of 3.5) Special thanks to whoknows for helping with bugs Was going to keep it private but changed my mind enjoy. Скачать: http://localhostr.com/cNNAFAeIrX4y Сам автор обитает тут http://board.b-at-s.info/showtopic=8964 ,и довольно оперативно фиксит баги ![]() |
|
Создано: 17 ноября 2012 18:13 · Поправил: schokk_m4ks1k · Личное сообщение · #22 Обновился рефлектор .NET Reflector 8.0.1.218 beta This build includes: Improvements to the existing Filter functionality ![]() |
|
Создано: 21 ноября 2012 21:37 · Личное сообщение · #23 |
|
Создано: 21 ноября 2012 23:24 · Личное сообщение · #24 |
|
Создано: 02 декабря 2012 22:11 · Поправил: ZaZa · Личное сообщение · #25 ILSpy 2.1.0.1603 ILSpy is the open-source .NET assembly browser and decompiler. Обзор и сравнение .NET декомпиляторов: Видео: *************************************** Official Site: Download Binaries: DownLoad Source: ----- One death is a tragedy, one million is a statistic. ![]() |
|
Создано: 03 декабря 2012 05:48 · Личное сообщение · #26 |
|
Создано: 03 декабря 2012 06:31 · Поправил: ZaZa · Личное сообщение · #27 4kusNick Да, летом был релиз... Но тут его никто не выложил, посему я и решился ![]() Интересно то, что Simple Assembly Explorer [SAE] и плагин к рефлектору Reflexil используют библиотеки ILSpy [ICSharpCode.NRefactory.dll, ICSharpCode.Decompiler.dll] Да и вообще стоит присмотреться к этим библиотекам, в разработку их взять, так сказать! ----- One death is a tragedy, one million is a statistic. ![]() |
|
Создано: 03 декабря 2012 09:30 · Личное сообщение · #28 |
|
Создано: 03 декабря 2012 12:56 · Личное сообщение · #29 ByteMe v3.9 What's new * Fixed a reported bug while loading assembly info when the assembly is drag droped * Added support for multiple assemblies * No longer over-wrties the original assembly/No longer locks the original assembly * Got rid of most of the useless code for optimizations In this update I removed a lot of useless code I had and made some modifications in Cecil to suit my needs and make program run faster. Also it no longer uses filestream but there is a little disadvantage as you can tell it will be using more memory than before, hope you like this update and suggestions are always welcomed. Links http://localhostr.com/0Bg4tgDu4MFq Suggestions and reports are always welcomed Автор тут обитает http://board.b-at-s.info/showtopic=8964 ![]() |
|
Создано: 04 декабря 2012 13:07 · Личное сообщение · #30 Обновился рефлектор .NET Reflector 8.0.1.286 beta This build includes: Enhancing the enable Stepping-Into through disabled Call stack frames inside Visual Studio Populate the Reflector Object Browser inside Visual Studio with assemblies from the process attached for debugging ![]() |
|
Создано: 12 декабря 2012 03:53 · Личное сообщение · #31 Simple Msil Decryptor New version out: - A lot of bugs fixed - Full Framework 4.0 suport rghost.ru/42180665 ![]() ![]() |
<< 1 ... 18 . 19 . 20 . 21 . 22 . 23 . 24 . 25 . 26 . 27 . 28 ... 49 . 50 . >> |
![]() |
eXeL@B —› Основной форум —› Взлом dotNET программ |
Эта тема закрыта. Ответы больше не принимаются. |