flat assembler
Message board for the users of flat assembler.
Index
> Windows > Learning assembler How I can do it?? |
Author |
|
macgub 20 Jan 2022, 17:52
No one reply - so I will try.
1. For sockets I suggest you take a look at examples section. http://flatassembler.net/examples/quetannon.zip It may help. 2. For debugging I like x64dbg (it 32 bit version). It run smooth on my Windows 7 machine. (Some old version). AFAIK Olly runs at XP, and perhaps more older Windows versions, so it may be outdated. (not sure). All assembler debuggers have similar UI. You should know same specific asm terms (at last registers, instructions mnemonics..); of course your c++ experience will be usefull. For debbugging own apps I like use int3 instruction as breakpoint. I set it in some crucial trouble places, and see what happen. AFAIK Olly will pause if found int3, and user may perform some skip and tracing options. (StepOver and TraceInto or run to next breakpoint/int3). In x64dbg cause, perhaps you should make some configurations. For full tutorial IDK - search engine may help you. |
|||
20 Jan 2022, 17:52 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.