ctf_import is a C library designed for reverse engineering and binary analysis tasks. The library enables users to execute functions from stripped binaries across different operating systems without requiring the original source code. The tool works by allowing analysts to call functions directly from compiled binaries using only the file name, function offset, and function signature. Users can obtain these parameters through reverse engineering tools like IDA Pro or Binary Ninja. Key functionality includes: - Cross-platform execution of binary functions - Support for stripped binaries where symbol information has been removed - Simple C API requiring minimal setup - Direct function calling using memory offsets The library requires compilation with GCC and links the target binary at runtime. It operates within the same architecture constraints and does not handle system calls or global variable interactions. ctf_import is particularly useful for CTF competitions, malware analysis, and reverse engineering scenarios where analysts need to test or execute specific functions from unknown binaries.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
An open-source dynamic analysis framework that intercepts and monitors API calls in Android applications using the Android Substrate framework.
A binary analysis and management framework for organizing and analyzing malware and exploit samples, and creating plugins.
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
yextend extends Yara's functionality by automatically handling archived and compressed content inflation, enabling pattern matching on files buried within multiple layers of archives.
An open source .NET deobfuscator and unpacker that restores packed and obfuscated assemblies by reversing various obfuscation techniques.
A static analysis tool for PE files that identifies potential malicious indicators through compiler detection, packing analysis, signature matching, and suspicious string identification.
Falcon Sandbox is a malware analysis framework that provides in-depth static and dynamic analysis of files, offering hybrid analysis, behavior indicators, and integrations with various security tools.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.