JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.4k stars 524 forks source link

I m facing a problem to define a taint source. How do we get first instruction or register or memory location controlled by user. can you please help? in forward_tainting.py manually you have tainted the register. By how can I recognized that this register is controlled by user so I m tainting it. Please help me. #1244

Closed amita1101 closed 1 year ago

JonathanSalwan commented 1 year ago

there is no magic, you have to reverse :)

amita1101 commented 1 year ago

Thank you for the reply. I m already doing the reverse. I was searching for a quick solution :)