https://github.com/catvec/ghidra-learning
https://github.com/catvec/ghidra-learning
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catvec/ghidra-learning
- Owner: catvec
- License: mit
- Created: 2023-04-05T04:26:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T04:32:18.000Z (almost 3 years ago)
- Last Synced: 2025-05-04T01:02:13.226Z (11 months ago)
- Language: C
- Size: 12.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ghidra Learning
Projects to try and learn Ghidra.
# Table Of Contents
- [Overview](#overview)
- [References](#references)
# Overview
- [`CHelloWorld`](./CHelloWorld/): The most simple hello world you can get
# References
- [WikiBooks - x86 Assembly Reference](https://en.wikibooks.org/wiki/X86_Assembly/X86_Architecture)
- [x86 Instruction Reference](https://www.felixcloutier.com/x86/)