Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
NullSection — ELF anti-reversing tool that overwrites section headers with nullbytes to prevent static analysis by disassemblers and debuggers, rendering functions invisible in Ghidra/IDA. | Kitploit
Tools/GitHubGitHub/matheuzsecurity/nullsection
IDS/IPS EvasionReverse EngineeringBinary AnalysisLearning & EducationAnti-Bot
GitHubmatheuzsecurity/nullsection

NullSection

ELF anti-reversing tool that overwrites section headers with nullbytes to prevent static analysis by disassemblers and debuggers, rendering functions invisible in Ghidra/IDA.

View Repository
6653 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

NullSection

NullSection is an Anti-Reversing tool that applies a technique that overwrites the section header with nullbytes.

Install

root@kitploit:~
git clone https://github.com/MatheuZSecurity/NullSection
cd NullSection
gcc nullsection.c -o nullsection
./nullsection

Advantage

When running nullsection on any ELF, it could be .ko rootkit, after that if you use Ghidra/IDA to parse ELF functions, nothing will appear no function to parse in the decompiler for example, even if you run readelf -S / path /to/ elf the following message will appear "There are no sections in this file."

Make good use of the tool!

Note

root@kitploit:~
We are not responsible for any damage caused by this tool, use the tool intelligently and for educational purposes only.
Download Tool