![]() |
|
|
|
#1
|
|||
|
|||
|
In fact, the trap in your EXE is no more related to that call...
To debug the trap: run it with your preferred debugger... It will break at Code:
004699E0 mov byte ptr [esi],dl If you look at program memory map (for example through Process Hacker), you will see that memory 514000-51D000 (presumably allocated by LMCRYPT, look at memory content in the debugger) is read-only! Hence the trap due to Access Violation. Best regards, bilbo |
|
#2
|
|||
|
|||
|
Quote:
I guess I may understand your means, test with ollydbg, if give parameters as "-i input.txt -o output.txt", then it won't run to 004699E0. Seems it will be bottleneck here. :-) |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compile eror | rcer | General Discussion | 8 | 06-25-2013 18:21 |
| Why this error report in RadASM? | bridgeic | General Discussion | 3 | 04-02-2013 17:36 |