Linux / MacOS Builds
Windows Builds
Raw bytes manipulation utility, able to apply well known and less well known transformations, quick binary search, network proxy interception and more.
Download the release zip here
Remember to install/repair the VS redistributables from the zip file
$ brew tap metrodango/pip3line
$ brew install pip3line
If an error occur at start regarding missing shared library libtransform, make sure that the homebrew lib directory is in the path, or just create a link it from /usr/local/lib
copy the template ebuild from extras/gentoo_package/pip3line-TEMPLATE.ebuild into a local Gentoo repository, with the relevant versioning info, for example:
pip3line-9999.ebuild (for the github based ebuild)
pip3line-3.7.0.ebuild (for a specific version)
then
$ emerge -pv pip3line
For now see the build page
[Main site]
http://metrodango.github.io/pip3line/index.html
[Python plugins]
https://github.com/metrodango/pip3line/wiki/Python-2.7-&-3-plugins
[Native plugins]
https://github.com/metrodango/pip3line/wiki/Coding-your-own-plugins
[Build process]
https://github.com/metrodango/pip3line/blob/master/Build-process.md
Released as open source by Gabriel Caudrelier
Developed by Gabriel Caudrelier, gabriel dot caudrelier at gmail dot com
https://github.com/metrodango/pip3line
see LICENSE for more information