Sudhakar Verma

Results 26 comments of Sudhakar Verma
trafficstars

#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 ![image](https://user-images.githubusercontent.com/10460978/144077252-f3c5940b-202a-4fa8-bbfe-9d7d0b62b399.png) ![image](https://user-images.githubusercontent.com/10460978/144077530-8aee2d48-a93a-4c07-90fb-cacdccdf24cb.png)

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.