Sudhakar Verma
Sudhakar Verma
#11 Use the changed port and http.
I looked at this issue. I used pefile as a reference since I have used it in the past ```python In [1]: import pefile In [2]: pe = pefile.PE("/tmp/cmd.exe") In...
Also are you sure you ran winchecksec with this attached file? ```bash [build] ./winchecksec -j /tmp/cmd.exe | jq -r ".[].mitigations.gs.presence" Present [build] ./winchecksec /tmp/cmd.exe Results for: /tmp/cmd.exe Dynamic Base :...
This is what IDA thinks as well  
I am still actively working on the fuzzer, once stable I would raise a PR to [oss-fuzz](https://github.com/google/oss-fuzz/tree/master/projects/libigl)
The purpose of deptrace is to disable the ptrace calls from the binary itself by returning 0. It can't stop an external program to debug the current program, I believe...
I took a look at this clap doesn't support this AFAIK. So I opened a discussion here : https://github.com/clap-rs/clap/discussions/5305
Is this prioritized already? I can pick this up.
Formatter has a bug where the indentation is not matched after `where` when opening brace needs a new-line. Raised a PR
Sorry for closing the old PR - it closed when I rolled back the 2 commits automatically.