summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2023-03-22 08:19:47 -0400
committerGitHub <noreply@github.com>2023-03-22 08:19:47 -0400
commitb5ae0b5262c5337bc9a949d176883550c924fb90 (patch)
treea85745455e4789fed3632fe1755742b276ada9fb /README.md
parent94391b2730dcc2e6cfe9f26d13569b15c6d1a0ad (diff)
Update README.md to contain other repo links
Add links to all our other important open source repositories.
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1eb15210..08e4ddb7 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,36 @@ Public contributions are welcome to this repository. All the API and documentati
If you're interested in contributing when you submit your first PR, you'll receive a notice from [CLA Assistant](https://cla-assistant.io/) that allows you to sign our [Contribution License Agreement](https://binary.ninja/cla.pdf) online.
+## Related Repositories
+
+In addition to this main API repository being open source Vector35 also has open sourced Architecture, Platform, BinaryView and Debugger plugins open source as well:
+
+### Architectures
+
+* [ARMv7](https://github.com/Vector35/arch-armv7)
+* [PPC](https://github.com/Vector35/arch-ppc)
+* [MIPS32](https://github.com/Vector35/arch-mips)
+* [ARM64](https://github.com/Vector35/arch-arm64)
+* [x86/x86_64](https://github.com/Vector35/arch-x86)
+
+### Platforms
+
+* [Windows](https://github.com/Vector35/platform-windows)
+* [Linux](https://github.com/Vector35/platform-linux)
+* [macOS](https://github.com/Vector35/platform-mac)
+* [FreeBSD](https://github.com/Vector35/platform-freebsd)
+* [Decree](https://github.com/Vector35/platform-decree)
+
+### BinaryViewTypes
+
+* [Mach-O](https://github.com/Vector35/view-macho)
+* [ELF](https://github.com/Vector35/view-elf)
+* [PE/COFF](https://github.com/Vector35/view-pe)
+
+### Debugger
+
+* [Debugger](https://github.com/Vector35/debugger)
+
## Licensing
Some components may be released under compatible but slightly different open source licenses and will have their own LICENSE file as appropriate.