GetThreeScalars matching

This commit is contained in:
Dethrace Labs 2025-11-24 10:47:53 +13:00 committed by Dethrace Engineering Department
parent 5d2083687e
commit 07026ca8ac
1 changed files with 1 additions and 2 deletions

View File

@ -3190,8 +3190,7 @@ void GetPairOfScalars(FILE* pF, br_scalar* pS1, br_scalar* pS2) {
// IDA: void __usercall GetThreeScalars(FILE *pF@<EAX>, br_scalar *pS1@<EDX>, br_scalar *pS2@<EBX>, br_scalar *pS3@<ECX>)
// FUNCTION: CARM95 0x00425d98
void GetThreeScalars(FILE* pF, br_scalar* pS1, br_scalar* pS2, br_scalar* pS3) {
GetThreeFloats(pF, pS1, pS2, pS3);
ReadThreeFloats(pF, *pS1, *pS2, *pS3);
}
// IDA: void __usercall GetFourScalars(FILE *pF@<EAX>, br_scalar *pF1@<EDX>, br_scalar *pF2@<EBX>, br_scalar *pF3@<ECX>, br_scalar *pF4)