Refactored SearchForSigs to use omin_ea to maintain consistency with whatever IDA is showing in the address bars. (This removes the need for __EA64__ awareness.)

Added a more helpful README.md to the project.
Resolved project warnings.
This commit is contained in:
gir489
2018-06-14 20:50:04 -05:00
parent 1117b9f872
commit a8422ba964
5 changed files with 44 additions and 62 deletions

View File

@@ -5,6 +5,9 @@
#define __NT__ 1
#define __X64__ 1
#pragma warning( push )
#pragma warning( disable : 4267 )
#pragma warning( disable : 4244 )
#include <ida.hpp>
#include <idp.hpp>
#include <enum.hpp>
@@ -26,6 +29,7 @@
#include <ua.hpp>
#include <fpro.h>
#include <diskio.hpp>
#pragma warning( pop )
#pragma comment(lib, "ida.lib")
#pragma comment(lib, "pro.lib")