rejohn
rejohn
hi @hainest , here is the object file: [sad_sse2.zip](https://github.com/dyninst/dyninst/files/5128535/sad_sse2.zip) I follow the build guide in https://github.com/dyninst/dyninst/wiki/Building-Dyninst, not adding any options. I will try 10.2.0 later.
@mxz297 i am using Dynisnt 10.1 , i will update soon. pls take a look , thank you~
Hi @mxz297 , here is the object file: [tested_api.zip](https://github.com/dyninst/dyninst/files/5128531/tested_api.zip)
@mxz297 , I am sorry for my mistake, here is the object file: [tested_api.zip](https://github.com/dyninst/dyninst/files/5130436/tested_api.zip)
@mxz297 thanks, Does dyninst have any plans to fix this problem? By the way, will capstore be integrated into the Dyninst ?backbone?
@mxz297 Thanks,According to the plan, which version will integrate capstone ?
hi, all, i found that i need to cmake the project by add -DCMAKE_BUILD_TYPE=Debug, and then the hsbench test is OK. In hsbench src code, in main function, there are:...
Hi @xiangwang1 , Thank you for you reply. I use the master branch of Hyperscan , and the CMake complie command is : #mkdir hs_build #cd hs_build #cmake .. #make...
Okay, thank you. I'm using cs_etm for instruction tracing. Because I want to control when the cs_etm trace starts and stops, I'm using perf_event_open + ioctl, and then writing the...