Difference between revisions of "Template:Infobox assembly"

From SkullSecurity
Jump to navigation Jump to search
(New page: {| class="infobox" style="font-size:95%;width:24em;text-align:left;" |- ! colspan="2" style="background:#808080;font-size:larger;text-align:center;" | {{{title}}} |- ! style="text-align:...)
 
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="infobox" style="font-size:95%;width:24em;text-align:left;"
{| class="infobox" style="font-size:95%;width:24em;text-align:left;"
|-  
|-  
! colspan="2" style="background:#808080;font-size:larger;text-align:center;" | {{{title}}}
! colspan="2" style="background:#808080;font-size:larger;text-align:center;" | Assembly Language Tutorial
|-  
|-  
! style="text-align:left;" | Name
| Please choose a tutorial page:
| {{{ceo|}}}
* [[Fundamentals]] -- Information about C
|-
* [[Tools]]
! style="text-align:left;" | CEO
* [[Registers]]
| {{{ceo|}}}
* [[Simple Instructions]]
|-  
* [[Example 1]] -- SC CDKey Initial Verification
! style="text-align:left;" | VP
* [[Example 2]] -- SC CDKey Shuffle
| {{{vp|}}}
* [[Example 2b]] -- SC CDKey Final Decode
|-
* [[The Stack]]
! style="text-align:left;" | CSO
** [[Stack Example]]
| {{{cso|}}}
* [[Functions]]
|-  
* [[Example 3]] -- Storm.dll SStrChr
! style="text-align:left;" | Date Formed
* [[Assembly Summary]]
| {{{date|}}}
<hr>
|-  
* [[Machine Code]]
! style="text-align:left;" | Corp Affiliations
* [[Example 4]] -- Smashing the Stack
| {{{corp|}}}
* [[Cracking a Game]]
|-  
* [[Example 5]] -- Cracking a game
! style="text-align:left;" | Monthly Cost
* [[Example 6]] -- Writing a keygen
| {{{cost|}}}
* [[.dll Injection and Patching]]
|-  
* [[Memory Searching]]
! style="text-align:left;" | Monthly Income
* [[Example 7]] -- Writing a cheat for Starcraft (1.05)
| {{{income|}}}
** [[Example 7 Step 1]] -- Displaying Messages
|-  
** [[Example 7 Step 1b]] -- Above, w/ func ptrs
! style="text-align:left;" | Parent(s)
** [[Example 7 Final]]
| {{{parent|}}}
* [[Example 8]] -- Getting IX86.dll files
|-  
* [[16-bit Assembly]]
! style="text-align:left;" | Subsidiaries
* [[Example 9]] -- Keygen for a 16-bit game
| {{{subsidiaries|}}}
* [[Example 10]] -- Writing a loader
|-  
|}<includeonly>[[Category:Assembly Guide]]</includeonly><noinclude>
! style="text-align:left;" | Assets
| {{{assets|}}}
|-  
| colspan="2" style="text-align: left; font-size: smaller; border-top: 1px solid #aaa;" | {{{notes|}}}
|}<includeonly>[[Category:Locations|{{PAGENAME}}]]</includeonly><noinclude>


==Usage==
==Usage==
{| style="background: transparent;"
{| style="background: transparent;"
|<pre>{{Infobox company
|<pre>{{Infobox assembly}}</pre>
| title =
| image_link =
| image_company =
| name =
| ceo =
| vp =
| cso =
| date =
| corp =
| cost =
| income =
| parent =
| subsidiaries =
| assets =
| notes =
}}</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}}