|
|
|
|
|
by broken_broken_
180 days ago
|
|
Nice article, thank you.
Did you also consider using bpftrace while debugging? I do not have much experience with it, but I think you can see the kernel call stack with it and I know you can also see the return value (in eax).
That would be less effort than qemu + gdb + disabling kernel aslr, etc. |
|