2 रिपॉजिटरी
Use of disassembly frameworks to identify specific code sequences and function signatures.
Distinct from Disassembler Frameworks: Focuses on using a disassembler to find patterns for string decryption rather than the architecture of the framework itself
Explore 2 awesome GitHub repositories matching software engineering & architecture · Pattern-Based Disassembly. Refine with filters or upvote what's useful.
Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration data within compiled binaries. It functions as an obfuscated string decoder and reverse engineering tool to translate encoded strings into readable text for security auditing. The project employs emulated execution to capture the decrypted state of strings in memory by running small chunks of binary code in a virtual CPU. It further utilizes static analysis disassembly, intermediate representation analysis, and heuristic-based pattern matching to identify and decode strings t
Employs disassembly to identify code patterns and locate functions responsible for string decryption.
PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and
Identifies jumps and calls within memory regions by searching for specific machine code patterns using regular expressions.