TechnoFox

Results 22 comments of TechnoFox

Yes, however, I would need to find my USB. I will try to have it to you tomorrow.

Hey I got. School got in the way. [heap0_static.zip](https://github.com/sashs/Ropper/files/3980229/heap0_static.zip)

If I'm not mistaken can't the NTFS file system max of 255 characters be extended? This happens when installing python on windows.

what about cross compilation? It seems here that he's having the issue of building libtor on the windows OS, but what about cross compiling libtor for windows on linux?

Thank you for replying. Would you like a PR. If so I can't say I'll be the fast. I'll also let you know, however I don't know how to make...

Just to make sure. I tested this with AFL. Went throught the crashes using afl-collect (part of afl-utils), and found a heap error (which is exploitable). afl-collect 1.33a by rc0r...

I'm getting an error using the cmd_fuzzing option. https://github.com/mxmssh/manul/issues/40 That error still has me stumped.

issue is in def init_mutators(self): INFO(0, bcolors.BOLD + bcolors.HEADER, self.log_file, "Initializing mutators") for module_name in self.mutator_weights: if "afl" == module_name or "radamsa" == module_name: continue try: self.user_mutators[module_name] = importlib.import_module(module_name) except...

I found the solution. I had a typo in my manul.config file instead of radamsa:2 I had adamsa:2 Suggest : Put a note to the user to check the config...