Log in

View Full Version : Is it possible to save a code window output in SICE while F10, F8?


neviens
April 25th, 2001, 13:41
Unfortunately one application what I deal with:
1. crashes WDASM,
2. checking routine doesn't appear in DeDe (it's a Delphi app),
3. I can step through this routine in SICE, but it's complicated
with alot of calls and variables (serial and username retrieving
from register, some math etc.).

So here becomes subj. And yes, I know about a paper and pen ,
but seems it's not a case.
Neviens.

Clandestiny
April 25th, 2001, 15:53
Quote:
neviens (04-25-2001 03:41):
Unfortunately one application what I deal with:
1. crashes WDASM,
2. checking routine doesn't appear in DeDe (it's a Delphi app),
3. I can step through this routine in SICE, but it's complicated
with alot of calls and variables (serial and username retrieving
from register, some math etc.).

So here becomes subj. And yes, I know about a paper and pen ,
but seems it's not a case.
Neviens.


Hi Neviens,

First, is the proggy packed ? That could be one possiblity for your disassembly probs.

Second, I'm not sure I understand your question. Is it possible to save a code window output in SICE ? Well, if you're asking what I think you're asking then it is possible. You can use icdump's /screendump command to save the the current window in SICE to a text file.

BTW, whats the target ?

Regards :-)
Clandestiny

neviens
April 26th, 2001, 04:09
Hi Clandestiny,

I'm working on unpacked copy (UPX) of Delphi database application
(BDE, .dbf files, etc., etc.) but, seems, there is a bug in code
(not related to checking) that chrashes dizassemblers.
Thanks for tip about icedump - it works as I wanted!

Neviens.