You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to make the instruction level tracing for a program, which should include the instruction address, opcodes, memory reads, register reads, thread, module. Can I modify cannoli to achieve this goal?
Second question is: does cannoli affects the stack/heap layout of dest program? Because I want to record the execution of exploits for vulnerabilities, if the heap/stack layout changes, the exploits may not work.
The text was updated successfully, but these errors were encountered:
Hi, I want to make the instruction level tracing for a program, which should include the instruction address, opcodes, memory reads, register reads, thread, module. Can I modify cannoli to achieve this goal?
Second question is: does cannoli affects the stack/heap layout of dest program? Because I want to record the execution of exploits for vulnerabilities, if the heap/stack layout changes, the exploits may not work.
The text was updated successfully, but these errors were encountered: