flat assembler
Message board for the users of flat assembler.

Index > Windows > int3 instruction to debug

Author
Thread Post new topic Reply to topic
ricardo_sdl



Joined: 15 Dec 2019
Posts: 1
ricardo_sdl 15 Dec 2019, 21:22
So, I just installed the flat assembler for windows (win 10 64 bit). And I tried to run this program:
format PE

int3
mov eax,1
mov ebx,2
mov ecx,16

The int3 instruction should call the debugger out of the box, or do I need to do something?
Post 15 Dec 2019, 21:22
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20309
Location: In your JS exploiting you and your system
revolution 15 Dec 2019, 21:33
You need to register your debugger with the OS to handle the events.

For example, Ollydbg gives you a menu option to enable the capture of int3 and some other events.

This is also known as JIT debugging.
Post 15 Dec 2019, 21:33
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
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


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.