Fix Java Makefile on Darwin (#936)

* Fixes the logic for Dylib extensions on macOS.
* Adds an uninstall task and documentation.
This commit is contained in:
Jeremy Sears
2018-03-12 09:40:40 -04:00
committed by Nguyen Anh Quynh
parent dab5060005
commit 94b1168776
3 changed files with 14 additions and 5 deletions

View File

@ -32,3 +32,6 @@ The samples directory contains some sample code to show how to use Unicorn API.
- SampleNetworkAuditing.java
Unicorn sample for auditing network connection and file handling in shellcode.
To uninstall Java binding for Unicorn:
$ sudo make uninstall