![]() |
|
#1
|
|||
|
|||
|
Tips on reverse engineering mixed .NET/native binaries?
I have some dlls that contain both .NET code and native code. Any tools, tips or other things that will help with reverse engineering such dlls?
Something that can decompile the .NET code and spit it all out (in C++/CLI syntax ideally but C# will do) and can then identify the native side of things (addresses etc) so I can then go in and reverse engineer those (including any calls from the native code back to the .NET code) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help on Reverse engineering MFC binaries | dummys | General Discussion | 3 | 12-13-2015 10:34 |
| Reverse engineering mixed .NET/native code? | jonwil | General Discussion | 6 | 04-06-2010 20:47 |