Posted: Wed Mar 19, 2014 3:32 pm Post subject: [C /ASM] Program fails to run if CE is open.
I was testing inline assembly in gcc, and I noticed it was significantly (8x!) faster if I added a few NOPs before the test loop. I decided to look into that with CE's disassembler.
I still don't know what was causing that, BUT if CE was attached to the .exe file, the program failed to load, returning
1963259017 (0x7504F489)
Any idea why that is happening? Both the magical NOP speedup and why CE attaching to the file made the program fail to load.
The NOP speedup certainly isn't aligning code for the jump address to be %0x10 or %0x8, the program finished the fastest when the jmp pointed to 0x00000771 in the .exe file.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum