How to Publish
From UIC
Quick Help
If you want to publish a tutorial (after having signed up to the forum and asked for editing rights) you have to create a new page and paste inside the UIC Form, that is the text you can see in the box below:
To add a category to your tutorial use this syntax:
[[Category:CategoryName]]
To add an anonymous link use this syntax:
{{Anon|http://quequero.org}}
You'll get this: http://quequero.org, hover the mouse on the link to undestand what this template do.
To add general infromations use this syntax:
{{UIC Form Heading|Title|Autor|Email|Home page|day (in dd format)|month (in mm format)|
year (in yyyy format)|<level>difficulty level (from 0 to 5 in 0.5 steps)</level>|Language|Comments, if you want}}
Attention: you have to wite all the heading on a single line without line breaks!!!
Title
Contents |
| Infos | |
|---|---|
| Author: | Autor |
| Email: | |
| Website: | Home page |
| Date: | day (in dd format)/month (in mm format)/year (in yyyy format) (dd/mm/yyyy) |
| Level: |
|
| Language: | Language |
| Comments: | Comments, if you want |
To add an introduction to your essay use this syntax:
{{UIC Form|Introduction}}
Write what you want to introduce your essay
Introduction
Write what you want to introduce your essay
To add a list of all the used tools use this syntax (don't forget the links!):
{{UIC Form|Tools}}
[[Reversing_Tools_Vademecum|Tools]]
Tools
To add links or references use this syntax:
{{UIC Form|Link and References}}
You have to list the [[Links|references]] to your essay
Link and References
You have to list the references to your essay
To add informations on the target program use this syntax:
{{UIC Form|Informations about the Program}}
Informations about the Program
Informations about the Program
Informations about the Program
To add the essay use this syntax:
{{UIC Form|Essay}}
Essay
Essay
Essay
To add the final notes use this syntax:
{{UIC Form|Final Notes}}
Final Notes
Final Notes
Final Notes
To add the disclaimer use this syntax:
{{UIC Form|Disclaimer}}
{{Disclaimer}}
Disclaimer
I documenti qui pubblicati sono da considerarsi pubblici e liberamente distribuibili, a patto che se ne citi la fonte di provenienza. Tutti i documenti presenti su queste pagine sono stati scritti esclusivamente a scopo di ricerca, nessuna di queste analisi è stata fatta per fini commerciali, o dietro alcun tipo di compenso. I documenti pubblicati presentano delle analisi puramente teoriche della struttura di un programma, in nessun caso il software è stato realmente disassemblato o modificato; ogni corrispondenza presente tra i documenti pubblicati e le istruzioni del software oggetto dell'analisi, è da ritenersi puramente casuale. Tutti i documenti vengono inviati in forma anonima ed automaticamente pubblicati, i diritti di tali opere appartengono esclusivamente al firmatario del documento (se presente), in nessun caso il gestore di questo sito, o del server su cui risiede, può essere ritenuto responsabile dei contenuti qui presenti, oltretutto il gestore del sito non è in grado di risalire all'identità del mittente dei documenti. Tutti i documenti ed i file di questo sito non presentano alcun tipo di garanzia, pertanto ne è sconsigliata a tutti la lettura o l'esecuzione, lo staff non si assume alcuna responsabilità per quanto riguarda l'uso improprio di tali documenti e/o file, è doveroso aggiungere che ogni riferimento a fatti cose o persone è da considerarsi PURAMENTE casuale. Tutti coloro che potrebbero ritenersi moralmente offesi dai contenuti di queste pagine, sono tenuti ad uscire immediatamente da questo sito.
Vogliamo inoltre ricordare che il Reverse Engineering è uno strumento tecnologico di grande potenza ed importanza, senza di esso non sarebbe possibile creare antivirus, scoprire funzioni malevoli e non dichiarate all'interno di un programma di pubblico utilizzo. Non sarebbe possibile scoprire, in assenza di un sistema sicuro per il controllo dell'integrità, se il "tal" programma è realmente quello che l'utente ha scelto di installare ed eseguire, né sarebbe possibile continuare lo sviluppo di quei programmi (o l'utilizzo di quelle periferiche) ritenuti obsoleti e non più supportati dalle fonti ufficiali.
To highlight words or code snippets in a grey table use this syntax:
<code> Text to be highlighted inside the table </code>
Important: if you have to use angular brackets inside the <code></code> tag don't write them because:
- They would be interpreted as wiki tag and won't be visible
- The W3C validator look at them as invalid tags, and the page won't be marked as compliant.
What to do then? Simple, just use the HTML, then:
To comment (in green) words or code inside a grey table use this syntax:
<code> 004012E2 Xor Eax,Eax // Set the value to zero </code>
You must ALWAYS include the category of the tutorial.
Obviously if some section if uneuseful for you, you can omit it completely (for example if you don't want to include the "Information about the Program" DON'T use <code>{{UIC Form|Notizie sul Programma}} Notizie sul programma</code> ecc..)
- If the tutorial you want to publish is the solution to a crackme in the section "Link and References" write this:
- In addiction add in the crackme page a link to your solution near the crackme name.
- In addiction add in the crackme page a link to your solution near the crackme name.
- If you upload a lesson to UIC Newbies Courses (page in italian) in the section "Link and References" write this:
[[:category:Corsi UIC Newbies|UIC Newbies Courses]]
- If you upload a solution to one of the UIC Newbies Courses in the section "Link and References" write this:
- If you upload a lesson to UIC Advanced Courses (page in italian) in the section "Link and References" write this:
[[:category:Corsi UIC Avanzati|UIC Advanced Courses]]
- If you upload a solution to one of the UIC Advanced Courses in the section "Link and References" write this:
To list the available categories, look at the page Reversing.
The page obtained after you submitted the compiled form can be viewed here.
Less quick help
Compile the form is pretty simple, anyway you may want to use some more advanced format options, even in this case no problem, the wiki formatting is intuitive and easy to learn, so you can read this guide before writing your tutorial.