An open API service indexing awesome lists of open source software.

https://github.com/catvec/ghidra-learning


https://github.com/catvec/ghidra-learning

Last synced: 9 months ago
JSON representation

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/)