![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Quote:
|
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
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
|
|
#5
|
|||
|
|||
|
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 |