paliar
paliar
@mrexodia i thought they had different meanings ! isn't the red ones `v` indicate that this instruction will branch, while the black ones `>` indicate that there are references to...
Another question please, by design, we can't follow Imports, right ? I mean if the application `xxx.exe` for example calls `kernel32.TerminateProcess`, then i typed `xxx.TerminateProcess` or `xxx.exe:TerminateProcess` it won't resolve...
Thank you so much :+1:
There's one thing though, you seem to be also using single quotes `'` as a text wrapper, that actually will cause problems with modules whose names contain single quotes. For...
Solved, thanks Nukem.
It seems that on the 64-bit version of the debugger, all instructions are assumed to be using `DS` segment register even if they're not, hence, the segment register opcode is...
Forgot to mention that it dynamically updates the status, but only when `Keep Size` is selected. It's been like that forever, nothing new, this is just an enhancement request.
Thank you so much.