New feature: registers can be bulk saved/restored in an opaque blob
This commit is contained in:
@ -19,4 +19,7 @@ void arm_uc_init(struct uc_struct* uc);
|
||||
__attribute__ ((visibility ("default")))
|
||||
void arm64_uc_init(struct uc_struct* uc);
|
||||
|
||||
extern const int ARM_REGS_STORAGE_SIZE;
|
||||
extern const int ARM64_REGS_STORAGE_SIZE;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user