flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
roticv 04 Oct 2003, 14:39
Just to add, in ollydbg, the problem does not persist. grr.
|
|||
![]() |
|
Yawgmoth 04 Oct 2003, 18:18
Post your code.
|
|||
![]() |
|
roticv 05 Oct 2003, 04:24
Code: or ecx, -1 mov edi, Invalid push 0C3F97523h ;decrypt string in stack push 0F348041h mov eax, esp call eax pop eax pop eax ;empty stack invoke MessageBox,0,Invalid,0,0 |
|||
![]() |
|
MazeGen 06 Oct 2003, 08:22
Quote:
Looks really weird. What about that: Code: 0x77fcb032 disassembly (reverse order): 32 B0 FC 77 .. .. XOR DH,[EAX+....77FC] ; referenced to 007e0049? Is your de/crypting routine all right? Else it may get out of synchronization: Code: 32 B0 ??? FC CLD 77 xx JA $+xx or Code: 32 ??? B0 FC MOV AL,FC 77 xx JA $+xx |
|||
![]() |
|
roticv 06 Oct 2003, 14:02
I do not know what is wrong. The weird thing is that no such error exist in ollydbg, making the debugging pain in the a**. Yes, the decrypting routine is definitely correct. At the beginning, the following snipplet works well for me, but after coding another 300 lines I got that weird error. The only way I could get rid of it is to put a messagebox somewhere before it.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.