Recent activity

6 days ago

haypo committed f78bea409ab2 to python-ptrace
move socketcall parameters to SYSCALL_PROTOTYPES
6 days ago
haypo committed 9fa95da5b870 to python-ptrace
Rename strace.py option --socketcall to --socket, and fix this option for FreeBSD and Linux/64 bits Set also version to 0.6.3
6 days ago

8 days ago

haypo committed 89868fc9484a to fusil
fusil-python: update blacklist
8 days ago
haypo committed e30908723a01 to fusil
fusil-python: catch SystemExit exception in loadModule()
8 days ago

12 days ago

haypo updated issue #13 in hachoir
12 days ago
haypo commented on issue #14 in hachoir
12 days ago
haypo created wiki-page hachoir-metadata/code in hachoir
12 days ago
haypo began following distribute
12 days ago

2 weeks ago

haypo committed 639f56f8260f to fusil
conv_python3.0.sh: convert also python files docstrings
2 weeks ago
haypo committed 9370d547b828 to fusil
makeFilename(): support also unicode
2 weeks ago
haypo committed 1a6adcdf3f11 to fusil
file_watch.py: ignoreRegex() converts unicode to byte string
2 weeks ago
haypo committed 00b68291308d to fusil
fusil-python: blacklist _ctypes module and signal.setitimer()
2 weeks ago

Repositories

 haypo / fusil (created 8 months ago)

Fusil the fuzzer is a Python library used to write fuzzing programs. It helps to start process with a prepared environment, start network client or server, and create mangled files. Fusil has many probes to detect program crash: watch process exit code, process stdout/syslog for text patterns, session duration, cpu usage, etc.

 haypo / hachoir (created 8 months ago)

Hachoir is a Python library that allows to view and edit a binary stream field by field. In other words, Hachoir allows you to "browse" any binary stream just like you browse directories and files. A file is split in a tree of fields, where the smallest field is just one bit.

 haypo / hasard (created 10 months ago)

Hasard is a pseudo-random number generator (PRNG) library. It includes multiple

 haypo / misc (created 6 months ago)

Misc Python/shell/... scripts, small programs, etc.

 haypo / python-ptrace (created 8 months ago)

python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes) written in Python. python-ptrace is an opensource project (contribute!) written in Python under GNU GPLv2 license.