TechnoFox

Results 25 issues of TechnoFox

This seems to be a great feature C2x could use. Have you though about putting a proposal with this code?

The command : ropper --chain="execve" --badbytes 000a0d --file ./heap0_static The error : Traceback (most recent call last): File "/usr/lib/python3/dist-packages/ropper/ropchain/arch/ropchainx86_64.py", line 711, in create chain_tmp += self._createSyscall()[0] File "/usr/lib/python3/dist-packages/ropper/ropchain/arch/ropchainx86_64.py", line 598,...

I was working on another exercise. Then something came to my mind. Could I make this exploit in C (local exploit). However the output option (from my knowledge) is only...

I've seen this request on https://github.com/python/mypy/issues/9029, but it was asked to be re-opened here by @ilevkivskyi, however it never was > Please re-open at https://github.com/mypyc/mypyc/issues https://github.com/python/mypy/issues/9029#issuecomment-653581215 The original request by...

Since golang has Virtual File System support, what if instead of saving the data directories on the hard drive, we instead save it memory? This is just an idea, so...

This is just an idea/suggestion. Conan is a package manager for C/C++ projects, could ADVobfuscator be added to that package manager? As it would allow for easier integration with C/C++...

Hello. It's me again. I have another suggestion So I was fuzzing pdfcrack. For pdf zero day, and I must say I'm impressed manul actually found unique crashes faster than...

enhancement

Hello. It's me again. So after letting pdfcrack fuzz. I wanted to analyze the crashes. However as it turns out. They weren't even crashes. When I looked pdfcrack gives an...

Hello. Me again. I wanted to know if their could be anything like read from stdin for the afl? As in the -f option in afl. This would help for...

This error appears when trying to fuzz stdin on a program (not arguments, just stdin). However manul forces the @@ which is for arguments. Error : Traceback (most recent call...

bug