Difference between revisions of "Assembly"

From SkullSecurity
Jump to navigation Jump to search
(New 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...)
 
m (Reverted edits by LitroCcool (Talk) to last version by Ron)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Infobox assembly}}
[[Category: Guides]]
Welcome to the assembly page!  
Welcome to the assembly page!  


Line 5: Line 8:
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!  
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!  


== Basics ==
== Edit Policy ==
* [[Fundamental Requirements]] -- Mostly information about C, which you have to be comfortable with(datatypes, memory, pointers, ascii, array, strings, etc)
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!
* [[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
* [[Writing a hack]]

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!