Updated Maintaining OOVPA's for HLE function detection (markdown)
parent
b08165db20
commit
b57a2299c5
|
@ -82,8 +82,11 @@ OOVPA_END;
|
|||
- OOVPA_XREF, doing this method will greatly decrease false detection over time. Plus ability to support earlier and later XDK builds. Unless something has changed over several XDK builds later.
|
||||
```c
|
||||
OOVPA_XREF(/*Name of a function or address*/, /*XDK version*/,/*Total of "offset, value" array*/,
|
||||
|
||||
/*Name of this OOVPA reference, see XRefDataBaseOffset enum for usage.*/,
|
||||
/*Total of "XREF_ENTRY" used at the very top usage only. It cannot be in random location or will screw up the scan method you expect it to do.*/)
|
||||
|
||||
/*Total of "XREF_ENTRY" used at the very top usage only.
|
||||
It cannot be in random location or will screw up the scan method you expect it to do.*/)
|
||||
|
||||
// { Offset, XRefDataBaseOffset value },
|
||||
//...
|
||||
|
|
Loading…
Reference in New Issue