python-pyelftools
pure-python2 library for parsing ELF and DWARF
pyelftools is a pure-Python library for parsing and analyzing ELF
files and DWARF debugging information. It can be used to query
information about compiled binaries and libraries from your Python
code.
rnetclient
Send the Brazilian Income Tax Report to the Brazilian Tax Authority
rnetclient is a Free Software that can be used to submit the Brazilian Income
Tax Report to the Brazilian Tax Authority (Receita Federal). It is the
outcome of reverse-engineering ReceitaNet, the official and proprietary
software that Receita Federal distributes.
ruby-cal-heatmap-rails
provides Cal-HeatMap for Rails Asser Pipeline
Cal-Heatmap is a javascript module to create calendar heatmap to visualize
time series data.
node-eventsource
W3C compliant EventSource client for Node.js
This library implements the EventSource client for Node.js.
The API aims to be W3C compatible.
libabsl20230802
extensions to the C++ standard library
Abseil is an open-source collection of C++ library code designed to augment the
C++ standard library. The Abseil library code is collected from Google's C++
codebase and has been extensively tested and used in production. In some cases,
Abseil provides pieces missing from the C++ standard; in others, Abseil
provides alternatives to the standard for special needs.
lfanew
tool to manipulate MZ stubs in NE/PE binaries
lfanew is a tool manipulating the e_lfanew header field in MZ (DOS)
binaries. It can
- add a .e_lfanew field to an MZ binary, allowing it to be used as a
DOS loader stub for a NE or PE binary;
- stubify a NE/PE binary by combining it with an MZ stub;
- extract a NE/PE binary from a stubified MZ/NE/PE binary pair.