awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hiddenillusion avatar

hiddenillusion/NoMoreXOR

0
View on GitHub↗
89 stars·19 forks·Python·10 views

NoMoreXOR

Tool to help guess a files 256 byte XOR key by using frequency analysis

Features

  • Deobfuscation - Guesses 256-byte XOR keys using frequency analysis.

Star history

Star history chart for hiddenillusion/nomorexorStar history chart for hiddenillusion/nomorexor

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with NoMoreXOR

These projects share indexed features with NoMoreXOR. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bromiumlabs/packerattackerBromiumLabs avatar

    BromiumLabs/PackerAttacker

    275View on GitHub↗

    C++ application that uses memory and code hooks to detect packers

    C++
    View on GitHub↗275
  • extremecoders-re/pyinstxtractorextremecoders-re avatar

    extremecoders-re/pyinstxtractor

    4,119View on GitHub↗

    pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for decompiling compiled Python binaries by extracting bundled binaries and bytecode from executables created with PyInstaller. The project includes a bytecode decryptor to remove encryption from extracted files and a header repair tool that restores corrupted headers. These capabilities ensure that extracted compiled files are compatible with bytecode decompilation software. The utility covers reverse engineering of Python applications, supporting malware analysis workflows throug

    Pythondecompilepycpyc-files
    View on GitHub↗4,119
  • fireeye/flare-flossfireeye avatar

    fireeye/flare-floss

    4,054View on GitHub↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    View on GitHub↗4,054
  • 0xd4d/de4dot0xd4d avatar

    0xd4d/de4dot

    7,426View on GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    View on GitHub↗7,426
Compare all 10 related projects→

Frequently asked questions

What does hiddenillusion/nomorexor do?

Tool to help guess a files 256 byte XOR key by using frequency analysis

What are the main features of hiddenillusion/nomorexor?

The main features of hiddenillusion/nomorexor are: Deobfuscation.

Which projects share features with hiddenillusion/nomorexor?

Projects with overlapping indexed features include: 0xd4d/de4dot — de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers,… bromiumlabs/packerattacker — C++ application that uses memory and code hooks to detect packers. extremecoders-re/pyinstxtractor — pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for… fireeye/flare-floss — This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from… hellman/xortool — A tool to analyze multi-byte xor cipher. jnraber/virtualdeobfuscator — Reverse engineering tool for virtualization wrappers.