![]() |
|
#33
|
|||
|
|||
|
Quote:
Express version doesn't include .lib, but includes many samples instead The main reason why I asked is that in previous versions there were regions like Code:
#ifdef DETOURS_X64 #error Feature not supported in this release. #else Code:
#ifdef DETOURS_X64
// REX.W trumps 66
else if (m_bRaxOverride) {
nBytesFixed = nFixedSize + ((nFlagBits & RAX) ? 4 : 0);
}
#endif
Quote:
I have no access to my working PC right now so I can't check it, can someone try to compile it? |
| The Following User Says Thank You to espkk For This Useful Post: | ||
tonyweb (08-31-2017) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SignatureToDetour: Converts IDA Pro signatures to C++ Detours | sh3dow | Source Code | 2 | 01-23-2017 21:14 |
| microsoft ddk | kP^ | General Discussion | 3 | 10-20-2003 20:39 |