unicorn
unicorn copied to clipboard
Add ability to read ARM64_REG_CP_REG to Go bindings like python bindings
There is currently no way to read ARM64_REG_CP_REG. Golang funcs do offer var args in the form of:
uc.RegRead(reg int, options... int)
in the func the options becomes an array of ints AND the arg is optional, meaning if it's not supplied by the caller it's just an empty array.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.