Kevin Cooper
Kevin Cooper
https://github.com/jtpereyda/boofuzz/blob/7a977d7f45d41804a30a0be6cb76de60a5cf2595/boofuzz/utils/process_monitor_pedrpc_server.py#L26 When working with the `procmon_options= {"start_commands" : ["C:\\Program Files\\program\\program.exe"]}` the `shlex.split` referenced above will split like so: ```python >>> test = "C:\\Program Files\\program\\program.exe" >>> import shlex >>> shlex.split(test) ['c:Program',...
KeyError
I receive key errors whenever I attempt to delete files on the following two lines. There is a reference in _update_files_list, but it is never used elsewhere. https://github.com/sibblegp/b2blaze/blob/1cf9a60e5dcb463b75dca9da3fcc9ce631fe6b6f/b2blaze/models/file_list.py#L55 https://github.com/sibblegp/b2blaze/blob/1cf9a60e5dcb463b75dca9da3fcc9ce631fe6b6f/b2blaze/models/file_list.py#L56
When the process is set to "set follow-fork-mode child" and traceinstr is run on a parent process, it will not follow the child process when the parent forks. Would there...
student@ubuntu:~/Desktop/pin_dir/source/tools/Python_Pin$ sudo bash ../../../pin.sh -t obj-intel64/Python_Pin.so -m examples/uaf_finder.py -- /bin/cat ../../../../input.txt E:INS.cpp:131: Cannot use IARG_MEMORYWRITE_EA for ins without memory write ( 20 0x00007f37d87cba8f mov rax, qword ptr [rip+0x21e3da]) It seems...