Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

debugger step back

[es] :: Zaštita :: debugger step back

[ Pregleda: 2045 | Odgovora: 3 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Cybernoid II

Član broj: 14852
Poruke: 528

Sajt: www.youtube.com/watch?v=7..


+1 Profil

icon debugger step back11.10.2003. u 22:22 - pre 249 meseci
Zna li neko da li negde postoji neki debugger koji može da se vraća korak unazad?
Imam Microsoft Debugging tools for windows, koji donekle može da se vraća unatraške. Ima li išta bolje od toga?
#!/usr/bin/basho
mv frog ancient_pond
echo "Splash!"
 
Odgovor na temu

Mikky

Član broj: 18
Poruke: 1563
*.verat.net

ICQ: 44582291


+58 Profil

icon Re: debugger step back12.10.2003. u 01:28 - pre 249 meseci
Mislim da je to nemoguce izvesti jer se nigde ne belezi koja je bila prethodna instrukcija, tj njena adresa, vec samo koja je sledeca (eip registar).
-I know UNIX, PASCAL, C, FORTRAN,
COBOL, and nineteen other high-tech
words.
 
Odgovor na temu

Matrixx virus
he he kad bi znao?
On the all World

Član broj: 12720
Poruke: 123
*.dip0.t-ipconnect.de

Sajt: www.vip-world1.de


Profil

icon Re: debugger step back13.10.2003. u 06:39 - pre 249 meseci
Slazem se sa Mikky. Kod SICE mozes vidit sto se dogodilo npr. ali ne mozes se vracat u nazad tj. code polako stepirati u nazad.

mislim da je nije izvodljivo ali mozda se varam?

See you!
The World is only a one big Code. Try to Crack it and you would be free.
-----------------------------------
If u want or not THAT´S LIFE !
 
Odgovor na temu

Cybernoid II

Član broj: 14852
Poruke: 528

Sajt: www.youtube.com/watch?v=7..


+1 Profil

icon Re: debugger step back13.10.2003. u 23:28 - pre 249 meseci
Citat:
Mikky:
Mislim da je to nemoguce izvesti jer se nigde ne belezi koja je bila prethodna instrukcija, tj njena adresa, vec samo koja je sledeca (eip registar).


Citat:

Verbose mode ON.
0:000> p
eax=00000000 ebx=00000018 ecx=0006f898 edx=0006ee27 esi=0006f890 edi=00000001
eip=7d5b3cb1 esp=0006ee3c ebp=0006ee60 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
inetmib1+3cb1:
7d5b3cb1 72df jb inetmib1+0x3c92 (7d5b3c92) [br=0]
0:000> p
eax=00000000 ebx=00000018 ecx=0006f898 edx=0006ee27 esi=0006f890 edi=00000001
eip=7d5b3cb3 esp=0006ee3c ebp=0006ee60 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
inetmib1+3cb3:
7d5b3cb3 eb07 jmp inetmib1+0x3cbc (7d5b3cbc)
0:000> p
eax=00000000 ebx=00000018 ecx=0006f898 edx=0006ee27 esi=0006f890 edi=00000001
eip=7d5b3cbc esp=0006ee3c ebp=0006ee60 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
inetmib1+3cbc:
7d5b3cbc 5f pop edi
0:000> p
eax=00000000 ebx=00000018 ecx=0006f898 edx=0006ee27 esi=0006f890 edi=0006f89c
eip=7d5b3cbd esp=0006ee40 ebp=0006ee60 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
inetmib1+3cbd:
7d5b3cbd 5e pop esi
0:000> p
eax=00000000 ebx=00000018 ecx=0006f898 edx=0006ee27 esi=0006f898 edi=0006f89c
eip=7d5b3cbe esp=0006ee44 ebp=0006ee60 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
inetmib1+3cbe:
7d5b3cbe 5b pop ebx


da li su ove informacije dovojlne?

#!/usr/bin/basho
mv frog ancient_pond
echo "Splash!"
 
Odgovor na temu

[es] :: Zaštita :: debugger step back

[ Pregleda: 2045 | Odgovora: 3 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.