![]() |
|
|
|
#1
|
||||
|
||||
|
Dnspy cant debug all .NET programs for example some obfuscated with ezobfuscator when u try to start debugging it immediatley popup saying program crash while debugging
So as techlord said it is for sure anti-debug techniques by obfuscators not dnspy problem @psgama If it is .net then i always use net reflector and de4dot for unpack it first ,oftenly i dont use olly on dot net apps my opinion Once i get the code then reflexil to save patch .net .exe or .dll whatever Regards Jasi2169 |
|
#2
|
|||
|
|||
|
@Jasi2169:
psgama is in the not all that unusual situation in which the main program is .NET, but the .dll, where the action seems to be, is NOT. Olly will not trace the .NET code, at least not directly, but once the main program calls the interesting .dll functions, you can place BP and trace typical assembly code in olly, and you are in business. . . |
![]() |
| Tags |
| dll |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x32dbg and debugging special question | squareD | General Discussion | 7 | 04-25-2022 23:46 |
| [NOOB QUESTION] how can i edit a function to return 1 in IDA pro? | Mendax47 | General Discussion | 6 | 08-22-2021 09:38 |
| A weird debugging question | sgdt | General Discussion | 5 | 06-28-2004 13:11 |
| Probably a noob question.. | Thom- | General Discussion | 9 | 03-05-2004 21:41 |