Neeraj Pal
Neeraj Pal
> What happens when you run one/all of those commands manually? Do they work? Yes, and to verify, I created a minimal test code with the following output: ```bash [root@22c22dd8a395...
No worries, and thanks for sharing the line to get more debug information. I recompiled the code and found that it is adding `-include /trails/of/bits`, which does not exist. ```bash...
I've done some analysis and found that the current implementation isn't actually bad, it works as expected. The issue I was facing turned out to be related to the `reproc`...
@pgoodman Thanks! I’ve already started implementing it and am running some checks. I’ll update the markdown page and open a PR soon.
@pgoodman I’ve added the changes and updated the relevant sections (https://github.com/trailofbits/multiplier/pull/578). Could you please review and let me know if anything needs to be modified?