dascandy / hippomocks

GNU Lesser General Public License v2.1
192 stars 65 forks source link

Fixing 64-bit IAT corruption #72

Closed Europar closed 7 years ago

Europar commented 7 years ago

Fixing the corrupted import address table on 64-bit dll build by overwriting the target address memory instead of the one within jump address table

Europar commented 7 years ago

The commit failed the CI step, might be a known issue? As there are 2 solutions in the test folder that might consue the CI?

dascandy commented 7 years ago

The appveyor build wasn't set up properly on the master branch so far; I only got it working on the cpp11 branch. I'll integrate it later when I have time to review it.