6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-28 09:52:05 +00:00
hidden/HiddenLib
JKornev 3851dcd17d Multiple changes
- Fixed issue with signing Release driver builds
- Renamed all Nt* functions to Zw* (access denied fix, KTHREAD!PreviousMode)
- Added "apply to all processes" feature for adding exluded\protected images api
- Fixed sync issues for process table, sync primitives moved to external code
etc
2016-10-19 00:35:52 +03:00
..
HiddenLib.cpp Multiple changes 2016-10-19 00:35:52 +03:00
HiddenLib.h Multiple changes 2016-10-19 00:35:52 +03:00
HiddenLib.vcxproj Added x64 support 2016-10-15 02:47:05 +03:00
HiddenLib.vcxproj.filters initial commit 2016-07-22 02:02:31 +03:00
ReadMe.txt initial commit 2016-07-22 02:02:31 +03:00

========================================================================
    STATIC LIBRARY : HiddenLib Project Overview
========================================================================

AppWizard has created this HiddenLib library project for you.

No source files were created as part of your project.


HiddenLib.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

HiddenLib.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////