![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
I guess knowing/recognising assembly syntax and how it works is quite important in RE. Otherwise, you probably will be hunting to find possible breakpoints in the deadlisting blindly. Can be quite painful, though experience do play a part in the process too, no doubt about it.
I just printed out some tutorials by Iczelion. Eager to learn more about MASM and Win32 Programming, since I came from a Unix/Linux background. |
|
#2
|
|||
|
|||
|
For ASM you can use:
Start>run>'debug.exe' That's for raw ASM |
|
#3
|
|||
|
|||
|
if you want more than just a syntax highlighter, use masm + some resource editor + RadASM (h++p://radasm.visualassembler.com/) (think vb + asm).
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
If you are only doing fragments, inlining with _asm is the easiest. For anything larger, a dedicated ASM is probably desired.
I recomend looking into RadASM or Asm Studio if you are going to write anything complex and are new to ASM. Coupled with the latest MASM and tutorials and online help, these seem to offer the equiv functionality of a "Visual Studio for ASM". For patching, though, you can just use Olly and save the EXE. You can even use labels, so for anything less than 30 lines, it can be quite fast. No need to link, no need for a hex editor, or anything. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
And after reading Iczelion tuts, learn how to create device drivers,
and then you will have absolute control of your machine because you will learn the power of ring zero programming. I use MASM and KMD Kit to create my progs. Device driver programming in MASM: hxxp://www.freewebs.com/four-f/ Good luck
|
|
#8
|
|||
|
|||
|
I'd recommend RADAsm, the best editor for assembly. It supports all kind of projects and also all asemblers out there (masm,tasm,nasm,fasm,goasm etc...) Highly recommended.
Whoops, I forgot the link http://radasm.visualassembler.com/
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| For all Olly and coding GUru's | NeOXOeN | General Discussion | 15 | 07-03-2005 02:57 |
| Coding | Bogdanbjn | General Discussion | 3 | 07-29-2003 22:14 |
| coding question | guy | General Discussion | 5 | 03-14-2003 21:05 |