![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#341
|
|||
|
|||
![]() Quote:
GJ, can we expect a tuto, or at least a short explanation? ![]() |
#342
|
|||
|
|||
![]() hook compileMethod function, log each method's ilcode.
virtual enum CorJitResult __stdcall CILJit::compileMethod(class ICorJitInfo *, struct CORINFO_METHOD_INFO *, unsigned int, unsigned char * *, unsigned long *) proc near The second parameter, a pointer to CORINFO_METHOD_INFO, is a structure as follows. struct CORINFO_METHOD_INFO { CORINFO_METHOD_HANDLE ftn; CORINFO_MODULE_HANDLE scope; BYTE * ILCode; unsigned ILCodeSize; unsigned short maxStack; unsigned short EHcount; CorInfoOptions options; CORINFO_SIG_INFO args; CORINFO_SIG_INFO locals; }; Last edited by bigmouse : 01-27-2008 at 03:04 PM. |
#343
|
|||
|
|||
![]() Quote:
I've tried both with the option "strip Win32 resource" on and off. Any help is greatly appreciated. Thanx |
#344
|
|||
|
|||
![]() Hello all,
I ran across this article: http://www.geocities.com/krishnapg/SecureAssembly.html It turns out, that the native loader of (if I remember correctly) .NET reactor does almost exactly the same as described in the above article. Interesting method to load .NET assemblies out of native exes ![]() |
#345
|
|||
|
|||
![]() Hi
I am new to this. i think you have all the tut as one bundle. Can you please post it at some please. I read the article rendari, nice one. thank you bhu |
#346
|
|||
|
|||
![]() Quote:
but you can grab all from here... http://forums.accessroot.com/index.php?showtopic=6627 Greetz
__________________
Life can only be understood backwards but It must be read forwards. |
#347
|
|||
|
|||
![]() Thank you,
bhu |
#348
|
|||
|
|||
![]() Hi everyone ..
I added a new feature which allows you to have more control over renaming pattern for all assembly members. http://rapidshare.com/files/87652035/DeObfuscator.rar.html GreetZ
__________________
Life can only be understood backwards but It must be read forwards. Last edited by Kurapica : 01-29-2008 at 05:34 PM. |
#349
|
|||
|
|||
![]() Quote:
Quote:
![]() |
#350
|
|||
|
|||
![]() hey guys, newbie here.
I've been a .NET developer for a while, but I have been playing around with reverse engineering lately. I am very interested in .NET assemblies so I will be looking around and following the thread. thanks guys, keep this going. |