Robin David

Results 23 comments of Robin David

Thanks! You did it right the issue is on our side. To test I just added to your script: ```python from tritondse.probes.basic_trace import BasicDebugTrace # in main executor.cbm.register_probe(BasicDebugTrace()) # in...

I just followed the various calls and saw that I ended up there. You can quickly create a reverse dict to get symbols associated to an address by manipulating the...

Hello @rhino-li. I have been doing similar things in the past but I am not sure to understand. You want to circumvent the fact that Triton does not support syscalls...