Difference between revisions of "Template:Infobox assembly"

From SkullSecurity
Jump to navigation Jump to search
 
(26 intermediate revisions by 4 users not shown)
Line 4: Line 4:
|-  
|-  
| Please choose a tutorial page:
| Please choose a tutorial page:
* [[Fundamentals]] -- Mostly information about C, which you have to be comfortable with(datatypes, memory, pointers, ascii, array, strings, etc)
* [[Fundamentals]] -- Information about C
* [[Tools]]
* [[Tools]]
* [[Registers]]
* [[Registers]]
* [[Simple Operations]]
* [[Simple Instructions]]
* [[Example 1]] -- Starcraft CDKey Verification
* [[Example 1]] -- SC CDKey Initial Verification
* [[Example 2]] -- Starcraft CDKey Shuffle
* [[Example 2]] -- SC CDKey Shuffle
* [[Comparisons and Jumps]]
* [[Example 2b]] -- SC CDKey Final Decode
* [[The Stack]]
* [[The Stack]]
** [[Stack Example]]
* [[Functions]]
* [[Functions]]
* [[Example 3]] -- Storm.dll SStrChr
* [[Example 3]] -- Storm.dll SStrChr
* [[Assembly Summary]]
<hr>
* [[Machine Code]]
* [[Machine Code]]
* [[Example 4]] -- Cracking a game
* [[Example 4]] -- Smashing the Stack
* [[Example 5]] -- Writing a keygen
* [[Cracking a Game]]
* [[Injection]]
* [[Example 5]] -- Cracking a game
* [[Rebounding]]
* [[Example 6]] -- Writing a keygen
* [[Example 5]] -- Writing a cheat for Starcraft (1.05)
* [[.dll Injection and Patching]]
|}<includeonly>[[Category:Guides|{{PAGENAME}}]]</includeonly><noinclude>
* [[Memory Searching]]
* [[Example 7]] -- Writing a cheat for Starcraft (1.05)
** [[Example 7 Step 1]] -- Displaying Messages
** [[Example 7 Step 1b]] -- Above, w/ func ptrs
** [[Example 7 Final]]
* [[Example 8]] -- Getting IX86.dll files
* [[16-bit Assembly]]
* [[Example 9]] -- Keygen for a 16-bit game
* [[Example 10]] -- Writing a loader
|}<includeonly>[[Category:Assembly Guide]]</includeonly><noinclude>


==Usage==
==Usage==
{| style="background: transparent;"
{| style="background: transparent;"
|<pre>{{Infobox company}}</pre>
|<pre>{{Infobox assembly}}</pre>


[[Category:Infobox templates]]
[[Category:Infobox templates]]
[[Category:templates]]
[[Category:templates]]
</noinclude>
</noinclude>

Latest revision as of 17:21, 17 November 2008

Assembly Language Tutorial
Please choose a tutorial page:

Usage

{{Infobox assembly}}