flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman
I want write simple debugger for one thread.
My idea run and stop thread for execute one asm instruction. And get registers status. Whear is looking examples do this ? |
|||
![]() |
|
Ali.Z
if its only 1 asm instruction, then you can use SEH x86; just place an int3 after your instruction.
unless you want to write a fully featured debugger, then you may want to check msdn/docs for windows debugging mechanism. _________________ Asm For Wise Humans |
|||
![]() |
|
Ali.Z
in this case you need a disassembler, a debugger is just a tiny program that can pause/continue execution of debugee's threads.
replacing and/or stepping assembly instructions cant be done by the debugger itself, you need a disassembler. disassembler is the one that tells the debugger how many bytes is the next instruction to execute and pause the thread. so you better off using debuggers like olly because it comes with a disassembler. _________________ Asm For Wise Humans |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.