Updated Maintaining OOVPA's for HLE function detection (markdown)

RadWolfie 2017-09-05 19:12:23 -05:00
parent b08165db20
commit b57a2299c5
1 changed files with 4 additions and 1 deletions

@ -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 },
//...