SOLDIER8514
August 24th, 2002, 04:47
i m unpacking PeX_v099_Notepad deliver with MUP_PeX_v0.99
under softice and i m on the decryption method :
1234 blablabla
1235 blablabla
1236 ....
1237 .....
1238 dec ecx
1239 JNZ 1234
and it turn on itself 11000 times !!!
How can i execute this code without xxxxx millions of F8 ?
i cant use : R ECX=0 cause there are many operations on the others regs
Is there a special function for do those 11000 jumps in Softice ?
Bad Code ! Bad !
under softice and i m on the decryption method :
1234 blablabla
1235 blablabla
1236 ....
1237 .....
1238 dec ecx
1239 JNZ 1234
and it turn on itself 11000 times !!!

How can i execute this code without xxxxx millions of F8 ?
i cant use : R ECX=0 cause there are many operations on the others regs
Is there a special function for do those 11000 jumps in Softice ?

Bad Code ! Bad !
