Most recent edit on 2007-09-18 14:53:47 by AdminMitz
Additions:
CategoryTutorialsApplicationSpecific
Deletions:
CategoryTutorials
Edited on 2005-06-10 10:27:35 by AdminStew [Small changes for naming conventions.]
Additions:
The Olly Debugger - The debugger we use to reverse MSN Messenger. (You can use any you want, to be honest)
OllyCmdLine (Olly Plugin) - Just to ease the process of debugging, gives you a cmdline that has stuff like bpx etc.
Deletions:
The Olly Debugger - The debugger we use to reverse MSN Messenger. (You can use any you want, to be honest)
OllyCmdLine (Olly Plugin) - Just to ease the process of debugging, gives you a cmdline that has stuff like bpx etc.
Edited on 2005-05-09 15:06:29 by AdminDaxxar [Changed it to show my 'sig' as not a list.]
Additions:
-- daxxar (AdminDaxxar).
Deletions:
--daxxar (AdminDaxxar).
Oldest known version of this page was edited on 2005-05-09 04:38:15 by AdminDaxxar [MSNSecure part 1, initial]
Page view:
MSNSecure - Part 1
Introduction -
Part 1 -
Part 2 -
Part 3
Required Knowledge
Understanding of ASM - Needed for reversing MSN Messenger
Be familiar with
the Olly Debugger (or any debugger of your choice) - For reversing too
Required Tools
The Olly Debugger - The debugger we use to reverse MSN Messenger. (You can use any you want, to be honest)
OllyCmdLine (Olly Plugin) - Just to ease the process of debugging, gives you a cmdline that has stuff like bpx etc.
MSNSecure - Part 1
Okay, the goal in this part of the tutorial is to figure out how MSN Messenger works in regards to I/O, and perhaps modify some incoming / outgoing data, just to see that this approach will work. (All using the debugger)
Categories
CategoryTutorials