Add Ghidra stuff

This commit is contained in:
Aly 2020-10-31 15:23:16 -07:00
parent ddbd8bdab7
commit 6108d89f06
5 changed files with 23 additions and 0 deletions

4
decompilation.md Normal file
View File

@ -0,0 +1,4 @@
# Decompilation
- The process of rewriting an application into a target-independent programming
language

8
ghidra.md Normal file
View File

@ -0,0 +1,8 @@
# Ghidra
- SRE (Software Reverse Engineering) tool
- Has a [[Java]]-based plugin system
[//begin]: # "Autogenerated link references for markdown compatibility"
[Java]: java "Java"
[//end]: # "Autogenerated link references"

3
java.md Normal file
View File

@ -0,0 +1,3 @@
# Java
- Programming language

View File

@ -1,7 +1,12 @@
# 2020-10-31
- Set up this journal. See the [[readme]].
- Looked into writing a [[Ghidra]] plugin to generate [[MASM Assembly]] for a
[[decompilation]] project.
[//begin]: # "Autogenerated link references for markdown compatibility"
[readme]: ..\README "Aly's digital garden"
[Ghidra]: ..\ghidra "Ghidra"
[MASM Assembly]: ..\masm-assembly "MASM Assembly"
[decompilation]: ..\decompilation "Decompilation"
[//end]: # "Autogenerated link references"

3
masm-assembly.md Normal file
View File

@ -0,0 +1,3 @@
# MASM Assembly
- A dialect of assembly meant for Microsoft's compiler