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
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
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
From:SND
.NET Reflector v8.0.1.82-whoknows (plain no VS plug included)
The v8.0.1.82 with the latest Reflexil v1.5 + CodeSearch v5
-EAP timebomb validation removed
-when expired, use the keygen (included) from 'Reflector v7.4.1.193.Incl.Keygen-Lz0' to register the product
warning needed to block the program by ur firewall, so go to manual activation.
ESS dotNET Fuze 4.2013.1
.NET FuZe is a very useful application that was designed in order to provide you with a means of merging into a single assembly a NET executable and DLL. The program can help programmers who need to link several assemblies into one app.
.NET FuZe supports all the NET frameworks up to date, from version 1 up to 4.5 (currently the latest released).
ESS .NET FuZe is for merging and linking everything an executable needs to properly run into one single executable. Nothing more, nothing less.
It is designed to automize and optimize the difficult and error-intensive process of linking multiple assemblies into one application.
Make this entire linking proces as easy as a simple compile and repeatable.
Why would you want to do that?
* installing ONE application is always simpler than installing many.
* most computers in a work or academic setting do not have full admin rights making the installation of a framework impossible. This solves it by bypassing all these difficult authorisation settings. One executeble allways runs!
* sometimes computers do not have access to the internet to download prerequisites such as the a .net framework.
* no GAC (global assembly cache)
* optimize your installation proces!
* easy setup, easy deployment, easy use!
What is the risk?
* None, Microsoft uses the principles of the technology behind .NET FuZe themselves for many applications. In fact, EVERY windows application is - once it has been loaded in the Windows operating system, a single process. Just take a look at the Windows Task Manager. DLL's (Dynamic Link Libraries) are designed to run in the same memoryspace as the calling Executable. That is also the case for every framework library, weather it is in the framework directory or in the GAC.
Strong Name Helper v1.7
+de4dot form 'smartassembly options' removed replaced by new useful de4dot switches
+resources listview - when double click item, new deletion form appears (where u can sort)
+resource listview new option 'add resource'`
+dnid-9rays.registered signature added
*Analyze form working with pKey.API (now u can use assemblies without valid strong + bypass Interop.'Unverifiable code failed policy check' error)
*'Show Resources' button Anchor
de4dot v2.0.3
https://bitbucket.org/0xd4d/de4dot/
Updated CryptoObfuscator deobfuscator code
Updated Xenocode deobfuscator code
Next version (v2.1) should support the remaining obfuscators I haven't updated yet
Restore Confuser delegates!
If the assembly is signed you will have to remove strong name or resign else won't work.
DelegateKiller.exe.config should be placed in the same directory with DelegateKiller.exe to have Framework 4.0 suport.
StrongNameHelper4ANDROID v1.2.hotfix
+ARM2HEX by slam80 (converting *.so to ASM - if we like to patch the *.so lib, this functionality converts the ARM opcode to x86 (so we can find it through x86 hex editor and nop it))
tut-how to build a .so lib
* Stable output (i.e. given the same seed & input assemblies, you'll get the same output assemblies) + Generate debug symbols, now it is possible to debug the output under a debugger! (Of course without enabling anti debug) + Generating obfuscation database, most of the obfuscation data in stored in it. + Two tools utilizing the obfuscation database (Database viewer & Stack trace decoder) * Change the protection scheme