Tim Haines

Results 183 comments of Tim Haines

@stanfordcox @mxz297 I see we have an issue for the `findMain` problem (#1071), but I don't see a PR for the first item. Did that ever come to fruition?

@mplegendre What version of Dyninst are you using? Did you set OMP_NUM_THREADS? @mxz297 Do you have any thoughts?

Sorry, I just realized you aren't part of the Dyninst org. I just sent you an invite. I've manually started the CI pipeline.

The 'Test Dyninst' step is failing because the base image is broken. It's working for me locally, so I'll merge and push it through the pipeline.

Could you upload the object file as an attachment to this issue? What options did you use to build Dyninst? Have you tried this with Dyninst 10.2.0?

@wcohen >The code in ABI.C doesn't honor whether it is 32-bit or 64-bit code being analyzed: This is a known issue (see https://github.com/dyninst/dyninst/issues/1142) that I recently encountered, as well. The...

>checking whether the C compiler works... no This is a spack problem. What is the output of `spack compiler list`?

> But once I removed all of the externals and had a clean spack folder I was able to spack install dyninst with no issues. I'm curious if there was...

@blue42u >I have serious doubts it will be feasible to find/implement a "proper" concurrent equivalent without sacrificing the performance. Very much agree. When I said `we should make a proper...

1. We'll want to let the user specify the same flags as the other dependencies. 2. To keep things uniform, I'll make a capstone.cmake module and a FindCapstone.cmake file to...