1
0
mirror of https://gitlab.os-k.eu/os-k-team/kvisc.git synced 2023-08-25 14:05:46 +02:00

stack dump doesn't work well

This commit is contained in:
julianb0 2019-05-16 17:14:37 +02:00
parent 36bd4a0349
commit 5249e01eeb
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62

View File

@ -42,8 +42,8 @@ void dumpmem(ctx_t *ctx, ulong start, ulong size)
void dumpfwstack(ctx_t *ctx)
{
log("\nFirmware stack:\n");
dumpmem(ctx, FWSTACK - 128, 128);
//log("\nFirmware stack:\n");
//dumpmem(ctx, FWSTACK - 128, 128 + 64);
}
void dumpinstr(ctx_t *ctx, ulong rip, ushort c, acc_t *p1, acc_t *p2)