Initial extension set up

* Extension help can be found in the "Help" section in Ghidra
  * Extension build script, LICENSE and README added
This commit is contained in:
Dhruv Maroo
2023-04-11 23:06:09 +05:30
commit 1475238074
11 changed files with 332 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# temp files
tmp/
# editor config files
.idea/
.vscode/
.settings/
# build directories
bin/
build/
dist/
# gradle files
.gradle/
gradle/
gradlew
gradlew.bat
# misc
.DS_Store