UGN Security
Posted By: Lockfinn Debug tutorial? - 05/06/04 01:00 AM
Does anyone have any good tutorials on how to effectively use a debugger? I have OllyDBG and IDA Pro but it's just gibberish to me (why can't everything decompile into Java? :p ) Any help would be greatly appreciated.

(I want to understand how the program I'm disassembling works so it needs to be a fairly generic tutorial ...I think)
Posted By: UndeadBob Re: Debug tutorial? - 05/06/04 06:44 AM
a compiler turn turns the code you write into machine code (assembly) if you want to understand it you'l have to laern assembly...
Posted By: Lockfinn Re: Debug tutorial? - 05/06/04 07:11 AM
Any suggestions for assembly tutorials? Thanks for the heads up on that smile I was unaware it was a language :p (that's what I get for ignoring all the 'what is a compiler' crap in CSCE 1001 :p )
Posted By: Ntd Re: Debug tutorial? - 05/06/04 09:57 AM
Hey
1) http://win32assembly.online.fr/tutorials.html
2) codeproject.com
3) https://shale.intel.com/SoftwareCollege/CourseCatalog.asp?CatID=web-based
4) http://www.geocities.com/SiliconValley/Park/3230/x86asm/asmles01.html
5) http://www.datainstitute.com/debug1.htm (might be good for you)
6) http://www.drpaulcarter.com/pcasm/

There you go.
© UGN Security Forum