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

add llvm.ctpop.i intrinsics to llvmToTriton class #1243

Closed archercreat closed 1 year ago

archercreat commented 1 year ago

The code is taken from popcnt_s() in x86Semantics.cpp.