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

Importing external symbol from shared object #1222

Closed deadc0re closed 1 year ago

deadc0re commented 1 year ago

Is it possible to import external symbol from shared object (for example libcrypto.so) in Triton Engine through LIEF ?

JonathanSalwan commented 1 year ago

Yeah, you just have to map your target as well as the content of libcrypto.so at whatever address in Triton and then do the relocation.