├── README.md └── bin ├── add_pe_section ├── change_glibc ├── checksec ├── diff_symbols ├── dump_sections └── parse_ntdll_ssn /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/README.md -------------------------------------------------------------------------------- /bin/add_pe_section: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/bin/add_pe_section -------------------------------------------------------------------------------- /bin/change_glibc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/bin/change_glibc -------------------------------------------------------------------------------- /bin/checksec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/bin/checksec -------------------------------------------------------------------------------- /bin/diff_symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/bin/diff_symbols -------------------------------------------------------------------------------- /bin/dump_sections: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/bin/dump_sections -------------------------------------------------------------------------------- /bin/parse_ntdll_ssn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayrx/reutils/HEAD/bin/parse_ntdll_ssn --------------------------------------------------------------------------------