Jonathan Salwan
Jonathan Salwan
Hi, Thx for the poc. I'm able to repro. I will try to fix this as soon as I can.
I don't remember why we did this move =/. However, maybe we can add options to exclude sections/segments?
You have these following API to see if a mem, reg, instruction, expression or ast are symbolized. So theoretically, at any program point you should know this information. - ctx.isMemorySymbolized()...
Out of curiosity, can you apply this patch and see if it solves your issue: https://github.com/JonathanSalwan/Triton/pull/1357 ?
Yeah sure, it could be great to have Triton on homebrew :)
Can you add your example in this [CMakeLists.txt](https://github.com/JonathanSalwan/Triton/blob/master/src/examples/cpp/CMakeLists.txt). It's used to see if all examples still compile over releases. ``` add_executable(hooking_libc hooking_libc.cpp) set_property(TARGET hooking_libc PROPERTY CXX_STANDARD 17) target_link_libraries(hooking_libc triton) add_test(TestHookingLibc...
@cnheitman yep. lgtm