-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to work with Visual Studio and IDA 7.0.
This code is very windows-centric. Would be nice to switch it to platform agnostic memory mapped file implementation.
- Loading branch information
1 parent
8dc6479
commit 50bf835
Showing
11 changed files
with
1,522 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2012 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loadmap", "loadmap.vcxproj", "{2B1B911C-4238-4F00-97B3-5B90FAD04414}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Debug|x64 = Debug|x64 | ||
Debug64|Win32 = Debug64|Win32 | ||
Debug64|x64 = Debug64|x64 | ||
Release|Win32 = Release|Win32 | ||
Release|x64 = Release|x64 | ||
Release64|Win32 = Release64|Win32 | ||
Release64|x64 = Release64|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug|Win32.Build.0 = Debug|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug|x64.ActiveCfg = Debug|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug|x64.Build.0 = Debug|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug64|Win32.ActiveCfg = Debug64|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug64|Win32.Build.0 = Debug64|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug64|x64.ActiveCfg = Debug64|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Debug64|x64.Build.0 = Debug64|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release|Win32.ActiveCfg = Release|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release|Win32.Build.0 = Release|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release|x64.ActiveCfg = Release|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release|x64.Build.0 = Release|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release64|Win32.ActiveCfg = Release64|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release64|Win32.Build.0 = Release64|Win32 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release64|x64.ActiveCfg = Release64|x64 | ||
{2B1B911C-4238-4F00-97B3-5B90FAD04414}.Release64|x64.Build.0 = Release64|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.