Add 7.61 HV exploit.

This commit is contained in:
Andy Nguyen
2026-06-30 10:44:21 +02:00
parent 5a5aab694b
commit 975e57ccd2
16 changed files with 421 additions and 6 deletions

View File

@@ -76,6 +76,9 @@ int set_offsets(void) {
case 0x0602:
env_offset = off_0602;
break;
case 0x0761:
env_offset = off_0761;
break;
default:
return -1;
}