MEMBERS | PAGE |
aLoNg3x | REVERSER & CODER | ...da Gennaio 1999 |
ALoR | REVERSER & CODER | ...da Febbraio 1999 |
D4eMoN | REVERSER & CODER | Fondatore |
Furb3t | REVERSER | ...da Aprile 1999 |
GEnius | REVERSER & CODER | Fondatore |
Little-John | REVERSER & CODER | ...da Maggio 1999 |
Kill3xx | REVERSER & CODER | Fondatore |
+MaLaTTiA | REVERSER & CODER | Fondatore |
-NeuRaL_NoiSE | REVERSER & CODER | ...da Gennaio 1999 |
Pusillus | REVERSER & CODER | Fondatore |
\sPIRIT\ | REVERSER & CODER | ...da Novembre 1999 |
T3X | REVERSER & CODER | ...da Marzo 1999 |
xERHOD | WEBMASTER, REVERSER & CODER | ...da Agosto 1999 |
S0rr0w | CODER | ...da Novembre 2000 |
Quequero | 79% | 0 Progetti |
Dark Raptor | 30% | 0 Progetti |
Olga | 30% | 0 Progetti |
The_Dux | 28% | 0 Progetti |
Dudez | 25% | 0 Progetti |
Noteta | 25% | 0 Progetti |
Yan Orel | 22% | 0 Progetti |
BlackDruid | 15% | 0 Progetti |
Cod | 13% | 0 Progetti |
Tin_Man | 13% | 0 Progetti |
Naga | 12% | 0 Progetti |
Guybrush | 10% | 0 Progetti |
Ripley | 10% | 0 Progetti |
RoxRob | 10% | 0 Progetti |
YuGung | 10% | 0 Progetti |
alt255 | 9% | 0 Progetti |
Lnz | 7% | 0 Progetti |
0x080480ee pushl %eax 0x080480ef call 0x0823c8e0 0x080480f4 popl %ebx 0x080480f5 leal 0x0(%esi,1),%esi 0x080480f9 leal 0x0(%edi,1),%edi Referenced from jump at 08048107 ; 0x08048100 movl $0x1,%eax 0x08048105 int $0x80 0x08048107 jmp 0x08048100 [...] Referenced from call at 080480ef 0x0823c8e0 pushl %ebp 0x0823c8e1 movl %esp,%ebp 0x0823c8e3 pushl %ebxDeve poter diventare:
0x080480ee pushl %eax 0x080480ef call nomecall 0x080480f4 popl %ebx 0x080480f5 leal 0x0(%esi,1),%esi 0x080480f9 leal 0x0(%edi,1),%edi Referenced from jump at 08048107 ; looper 0x08048100 movl $0x1,%eax 0x08048105 int $0x80 0x08048107 jmp looper [...] Referenced from call at 080480ef nomecall: 0x0823c8e0 pushl %ebp 0x0823c8e1 movl %esp,%ebp 0x0823c8e3 pushl %ebxQuindi TUTTE le call a quella routine devono essere rinominate.
0x080480ee pushl %eax ;argomento1 0x080480ef call nomecall ;gestisce l'input 0x080480f4 popl %ebx 0x080480f5 leal 0x0(%esi,1),%esi 0x080480f9 leal 0x0(%edi,1),%ediPremendo ad esempio ":" deve apparire una dialog con il commento da inserire in corrispondenza della riga in cui si trova il cursore. Naturalmente se riuscite a trovare una maniera diversa per farlo non vi condiziono. Ogni soluzione logica e' accettata.
0x0823c9a5 cmpl $0x1,0xc(%ebp) 0x0823c9a9 jbe 0x0823caa3 0x0823c9af movl 0xc(%ebp),%ediDeve poter esser manipolato in:
0x0823c9a5 cmpl $0x1,variabile1 0x0823c9a9 jbe 0x0823caa3 0x0823c9af movl variabile1,%ediNel caso delle variabili e' possibile utilizzare nomi uguali ma in call diverse per ovvi motivi. Naturalmente il programma si deve assicurare che non siamo utilizzati gli stessi nomi per call o per jmps...
Page created by aLoNg3x
Last Update: 16 Sep 2000