Carmudii/Hopper-GPT
Hopper Disassembler script for Instruction set explanation with ChatGPT, purpose for help reverse engineering.
When you're reverse engineering software, this script helps you understand unfamiliar code by translating assembly or pseudo-code into plain language descriptions and generating pseudo-code. It takes compiled binaries or disassembled code within the Hopper Disassembler and outputs explanations of classes, methods, and individual instructions. This tool is for reverse engineers, security analysts, and malware researchers who need to quickly grasp the function of complex code.
No commits in the last 6 months.
Use this if you need to quickly understand the purpose and functionality of compiled code and assembly instructions without manually deciphering every line.
Not ideal if you prefer to manually analyze every line of assembly or already have clear documentation for the code you are examining.
Stars
8
Forks
1
Language
Python
License
MIT
Category
Last pushed
Apr 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Carmudii/Hopper-GPT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.