This commit is contained in:
DavidXanatos 2023-01-28 20:26:11 +01:00
commit 156f5be594
1 changed files with 7 additions and 0 deletions

View File

@ -63,6 +63,13 @@ Binary Ninja is a multi-platform interactive disassembler, decompiler, and binar
<br>
<br>
## 🚀 Usefull tools for sandboxie
Sandboxie's functionality can be enhanced with specialized tools like the following
* [LogApiDll](https://github.com/sandboxie-plus/LogApiDll) - this dll adds verbose trace output to sandboxies trace log, listing invocations of relevant windows API functions.
* [SbieHide](https://github.com/VeroFess/SbieHide) - this dll hides the presence of the SbieDll.dll from the application.
## 📑 Helpful Contributors
- DavidBerdik - Maintainer of [Sandboxie Website Archive](https://github.com/Sandboxie-Website-Archive/sandboxie-website-archive.github.io)