uc_mem_region

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct uc_mem_region {}

Members

Variables

begin
ulong begin;

begin address of the region (inclusive)

end
ulong end;

end address of the region (inclusive)

perms
uint perms;

memory permissions of the region

Meta