Difference between revisions of "Assembly"

From SkullSecurity
Jump to navigation Jump to search
m (Reverted edits by LitroCcool (Talk) to last version by Ron)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox assembly}}
[[Category: Guides]]
Welcome to the assembly page!  
Welcome to the assembly page!  


Line 6: Line 9:


== Edit Policy ==
== Edit Policy ==
If you intend to edit anything on these pages, unless it's a minor change (spelling or grammar, for instance), please let me know first!  
If you intend to edit anything on these pages, unless it's a minor change (spelling or grammar, for instance), please let me know first!
 
== Basics ==
* [[Fundamental Requirements]] -- Mostly information about C, which you have to be comfortable with(datatypes, memory, pointers, ascii, array, strings, etc)
* [[Tools]]
* [[Registers]]
* [[Simple Operations]]
* [[Example 1]] -- Starcraft CDKey Verification
* [[Example 2]] -- Starcraft CDKey Shuffle
* [[Comparisons and Jumps]]
* [[The Stack]]
* [[Functions]]
* [[Example 3]] -- Storm.dll SStrChr
* [[Machine Code]]
* [[Example 4]] -- Cracking a game
* [[Injection]]
* [[Rebounding]]
* [[Example 5]] -- Writing a cheat for Starcraft (1.05)

Latest revision as of 06:20, 20 December 2008

Assembly Language Tutorial
Please choose a tutorial page:

Welcome to the assembly page!

Here you will find various tutorials on assembly (which may include cracking and hacking).

In general, I've tried to start with the basics, and work up to more complicated stuff. I'm going to be writing these in my free time, so check back later to see if more have appeared!

Edit Policy

If you intend to edit anything on these pages, unless it's a minor change (spelling or grammar, for instance), please let me know first!