rename uc_mem_map_ex to uc_mem_map and all associated changes
This commit is contained in:
2
bindings/java/unicorn/Unicorn.java
Normal file → Executable file
2
bindings/java/unicorn/Unicorn.java
Normal file → Executable file
@ -624,7 +624,7 @@ public class Unicorn implements UnicornArchs, UnicornModes, UnicornHooks,
|
||||
* @param address Base address of the memory range
|
||||
* @param size Size of the memory block.
|
||||
*/
|
||||
public native void mem_map(long address, long size) throws UnicornException;
|
||||
public native void mem_map(long address, long size, int perms) throws UnicornException;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user