commit 46882880a06dd78b46987fc0f5334d1f6253ff2f Author: Arhur-TRT Date: Sat Oct 29 11:49:03 2022 +0200 First push diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..75aada5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ghidra_SavePatch"] + path = ghidra_SavePatch + url = https://github.com/schlafwandler/ghidra_SavePatch.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f3082d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +``` +git clone --recurse-submodules https://gitea.42ctf.org/Starthur/workshop_ghidra.git +``` diff --git a/ghidra_SavePatch b/ghidra_SavePatch new file mode 160000 index 0000000..70a5d44 --- /dev/null +++ b/ghidra_SavePatch @@ -0,0 +1 @@ +Subproject commit 70a5d448786b852088123f2c9fba0951a6689a9a diff --git a/level1.bin b/level1.bin new file mode 100644 index 0000000..60cf8d2 Binary files /dev/null and b/level1.bin differ diff --git a/level2.bin b/level2.bin new file mode 100644 index 0000000..173ea80 Binary files /dev/null and b/level2.bin differ