tiny_tracer icon indicating copy to clipboard operation
tiny_tracer copied to clipboard

processing all instructions

Open xSanx opened this issue 3 years ago • 2 comments

Good day ! this is a very cool tool, I like how it displays information on CPUID intrusion, can I somehow modify tiny_tracer to receive output on each instruction (example: 0x11111;mov eax edx;eax=0x1000000, ebx=0x10000, ..... )?

xSanx avatar Nov 21 '21 17:11 xSanx

hi! do you mean literally every instruction? it is feasible, but I didn't implement it because this is gonna make this tool super slow. I am really not convinced that this is worth it. I may possibly, add tracing instructions in some selected ranges.

hasherezade avatar Nov 23 '21 16:11 hasherezade

can I change intel PIN the contents of the STACK or HEAP through it?

xSanx avatar Nov 25 '21 12:11 xSanx