Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08-16-2004, 05:44
McS2oo4
 
Posts: n/a
Quote:
Originally Posted by amnesia
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.
Yes one thing at time is better, and I can only suggest that it is better to read 35 of Iczelions tuts on how it asm and win32 actualy works than to read tones of "crack" tots on how to crack this and that... Then again it is only my opinion and yours free will
Reply With Quote
  #2  
Old 08-16-2004, 05:54
sgdt
 
Posts: n/a
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.
Reply With Quote
  #3  
Old 08-16-2004, 06:40
amnesia
 
Posts: n/a
Quote:
Originally Posted by McS2oo4
Yes one thing at time is better, and I can only suggest that it is better to read 35 of Iczelions tuts on how it asm and win32 actualy works than to read tones of "crack" tots on how to crack this and that... Then again it is only my opinion and yours free will
I take your suggestion and advice very seriously. Thanks!
Reply With Quote
  #4  
Old 08-16-2004, 19:11
Opc0de
 
Posts: n/a
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
Reply With Quote
  #5  
Old 08-18-2004, 04:40
jov
 
Posts: n/a
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/
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


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


All times are GMT +8. The time now is 02:48.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )