mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 14:28:07 +00:00
Fix bindings
This commit is contained in:
parent
7187adb5e8
commit
702af47ed5
@ -34,12 +34,12 @@ public class Radare.RDebug {
|
||||
public bool continue_syscall(int syscall);
|
||||
|
||||
//public bool map_list(RDebug.Map map);
|
||||
public bool map_alloc (RDebug.Map map);
|
||||
public bool map_dealloc (RDebug.Map map);
|
||||
//public RList<RDebug.Map> map_list_new ();
|
||||
//public void map_list_free (RList<RDebug.Map> maps);
|
||||
public void map_list (uint64 addr, bool rad);
|
||||
public RDebug.Map map_get(uint64 addr);
|
||||
public RDebug.Map map_get (uint64 addr);
|
||||
public RDebug.Map map_alloc (uint64 addr, int size);
|
||||
public bool map_sync ();
|
||||
|
||||
public bool child_fork ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user