p-e-w / maybe

:open_file_folder: :rabbit2: :tophat: See what a program does before deciding whether you really want it to happen (NO LONGER MAINTAINED)
6.35k stars 163 forks source link

Upstream syscall signatures to python-ptrace #23

Closed p-e-w closed 8 years ago

p-e-w commented 8 years ago

Moving signatures to upstream where they belong could dramatically reduce clutter in syscall_filters.py.

p-e-w commented 8 years ago

The utility functions get_syscall_register and get_return_value_register should also be upstreamed.

p-e-w commented 8 years ago

Over the past two months, I have worked with Victor Stinner, the creator of python-ptrace, to add all Linux syscall signatures to python-ptrace. Today, version 0.9 of python-ptrace was released on PyPI with this and other improvements. As a result, maybe has lost over 100 lines of code :fireworks:

sanketplus commented 8 years ago

Awesome stuff @p-e-w :smiley: