Skip to content

Commit

Permalink
学生作业:PE解析
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqcuc committed Jun 2, 2016
1 parent 2e8529f commit f92abda
Show file tree
Hide file tree
Showing 6 changed files with 667 additions and 0 deletions.
20 changes: 20 additions & 0 deletions by_students/imagehlp_pe/imagehlp_pe.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imagehlp_pe", "imagehlp_pe\imagehlp_pe.vcxproj", "{8D3EAD6F-F6FA-483F-8D5E-EEFBF47E0142}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D3EAD6F-F6FA-483F-8D5E-EEFBF47E0142}.Debug|Win32.ActiveCfg = Debug|Win32
{8D3EAD6F-F6FA-483F-8D5E-EEFBF47E0142}.Debug|Win32.Build.0 = Debug|Win32
{8D3EAD6F-F6FA-483F-8D5E-EEFBF47E0142}.Release|Win32.ActiveCfg = Release|Win32
{8D3EAD6F-F6FA-483F-8D5E-EEFBF47E0142}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit f92abda

Please sign in to comment.