M1 W^X fully supported

This commit is contained in:
2024-02-12 00:10:44 +08:00
parent e915e18987
commit 822bb527f3
8 changed files with 223 additions and 47 deletions

View File

@@ -416,6 +416,9 @@ struct uc_struct {
#endif
GArray *unmapped_regions;
int32_t snapshot_level;
uint64_t nested; // the nested level of all exposed API
bool thread_executable_entry;
bool current_executable;
};
// Metadata stub for the variable-size cpu context used with uc_context_*()