Adding support for detecting the save/rest fpr and vmx blocks.

This commit is contained in:
Ben Vanik
2013-05-31 01:53:30 -07:00
parent e6195c4086
commit 38efd3837d
3 changed files with 498 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ public:
virtual int Analyze();
private:
int FindGplr();
int FindSaveRest();
int AddImports(const xe_xex2_import_library_t *library);
int AddMethodHints();