ruby-dragon
ghidra-scripts
ruby-dragon | ghidra-scripts | |
---|---|---|
1 | 50 | |
45 | 219 | |
- | - | |
4.9 | 7.0 | |
10 days ago | 8 months ago | |
Java | Java | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ruby-dragon
-
Ruby and Clojure Support in Ghidra
To that end, I've created the Ruby Dragon plugin to do just that. I've gotten it to a relatively stable point, and I think it's ready to share with anyone that prefers Ruby or Clojure to the default choices! Both an interactive console and scripts are supported, as well as running scripts via the headless analyzer.
ghidra-scripts
- NSA Ghidra open-source reverse engineering framework
- The Hiew Hex Editor
- Okus obratnega inženiringa - naloga 2
-
I've figured out what 13 of the 16 enemy flags mean in Ultima V. Help me figure out the last three.
I've got no experience with reverse-engineering executables, but I got a bunch of code-like stuff showing up when I fed ULTIMA.EXE to Ghidra and told it to analyze it with all the flags set.
-
Modding SH2
The whole game is written in C++ (game logic intertwined with graphics). Ghidra can help you deconstruct the game binaries, but you need to put in a GREAT great effort to even get a starting point. Cheat Engine has been successful for some purposes, including an AI enabling utility for multiplayer (use with great care!).
-
Ask HN: What's the best open source alternative to IDA Pro?
Ghidra: https://ghidra-sre.org/, https://github.com/NationalSecurityAgency/ghidra
-
You have probably heard of Temu right?
What I think you’re talking about is reverse engineering. It’s basically taking a program and analysing the compiled code to attempt to find out how it works. It’s a fairly expansive topic, and fairly tricky to do but look at anything to do with Ghidra to get started.
-
Asking for clarification ... How is learning C beneficial for becoming a Cyber security expert
Oh also just as an aside Ghidra is a really cool free tool developed by the NSA which can reverse engineer software by looking at its executable and recreating the C code from the instructions and static data within. It's another way to get familiarized with the relationship between C code and the instructions it compiles to.
-
Super Smash Bros. Melee HD Port Will "Never Happen," According to Former Nintendo Employees
There exist decompilers and other tools for helping make sense of assembly and that can automate some of the conversion back to higher level languages. In my brief involvement with Slippi I used Ghidra - a tool developed by the NSA, to do some of that kind of work, which I found a little amusing.
-
I found an old floppy disk, what does this mean/what should I do?
It's likely a binary file that's improperly being interpreted as Unicode by the text editor. If it's an executable file, you can use Ghidra to disassemble and analyze it. There may also be some interesting ASCII strings that would reveal its purpose. My guess is that it's a Windows version of Unix "tee" program which will write stdin to a file and stdout simultaneously.
What are some alternatives?
Ghidra-Cpp-Class-Analyzer - Ghidra C++ Class and Run Time Type Information Analyzer
frida-rust - Frida Rust bindings
BinAbsInspector - BinAbsInspector: Vulnerability Scanner for Binaries
ghidra_bridge - Python 3 bridge to Ghidra's Python scripting
pwndra - A collection of pwn/CTF related utilities for Ghidra
nginx-clojure - Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers.
metalbear.co - MetalBear main website
ghidra - Ghidra is a software reverse engineering (SRE) framework
frida-gum - Cross-platform instrumentation and introspection library written in C
Ghidra-SegaSaturn-Loader - A Sega Saturn loader for Ghidra
VulFi - IDA Pro plugin for query based searching within the binary useful mainly for vulnerability research.