-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update email in src and include directories as well.
- Loading branch information
Roger Orr
committed
Apr 10, 2020
1 parent
073f8ab
commit f217eef
Showing
21 changed files
with
77 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Function to grant a single privilege to a process. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: AdjustPriv.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: AdjustPriv.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
namespace or2 | ||
{ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@file | ||
Helper for wrapping calls to the Microsoft DbgHelp.dll. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1657 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: DbgHelper.h 1657 2016-11-18 20:45:19Z Roger $ | ||
// $Id: DbgHelper.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <windows.h> | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/* | ||
Provide helper functions for DbgHelp DLL. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -18,12 +18,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1603 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: DbgHelper.inl 1603 2016-02-15 22:24:56Z Roger $ | ||
// $Id: DbgHelper.inl 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <iostream> | ||
|
||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Granting debug privileges enables being able to access other processes | ||
to read/write memory and debug them. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -22,12 +22,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: DebugPriv.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: DebugPriv.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include "AdjustPriv.h" | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Function to provide an implementation of SymGetModuleBase. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: GetModuleBase.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: GetModuleBase.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#ifndef _WINDOWS_ | ||
#include <windows.h> | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Data for Microsoft Visual Studio exceptions | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2004. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: MsvcExceptions.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: MsvcExceptions.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
/* Value of ExceptionCode for an MSVC C++ exception ("msc") */ | ||
static DWORD const MSVC_EXCEPTION = 0xe06d7363; | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Header for NtDll Structures - defines some data structures used by the native API. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2004. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: NtDllStruct.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: NtDllStruct.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
// For MSVC 5.00/6.00 basetsd.h (changes with platform SDK) | ||
#ifndef _W64 | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@file | ||
Provide command line option handling. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1428 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: Options.h 1428 2014-10-04 21:55:56Z Roger $ | ||
// $Id: Options.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <string> | ||
#include <vector> | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@file | ||
Implementation of command line option handling. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1569 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: Options.inl 1569 2015-09-10 22:25:51Z Roger $ | ||
// $Id: Options.inl 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <vector> | ||
#include <iostream> | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@file | ||
Helper functions for process management. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003 | ||
|
@@ -20,12 +20,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1700 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: ProcessHelper.h 1700 2017-06-04 21:26:23Z Roger $ | ||
// $Id: ProcessHelper.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
|
||
#pragma warning( disable: 4786 ) | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@file | ||
Helper function for reading a string into an integer. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2004 | ||
|
@@ -20,12 +20,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: ReadInt.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: ReadInt.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <string> // for string | ||
#include <cstdlib> // for strtol | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Function to read partial memory buffer from a target process | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2011. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: ReadPartialMemory.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: ReadPartialMemory.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <Windows.h> | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@file | ||
Turn a string delimited by a given character into a vector of strings. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,9 +19,9 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
#include <string> | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Function to create a std::string from a wide string. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2005. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -19,12 +19,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1569 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: StrFromWchar.h 1569 2015-09-10 22:25:51Z Roger $ | ||
// $Id: StrFromWchar.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <string> | ||
#include <vector> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Wrapper for DbgHelper to provide common utility functions for processing | ||
Microsoft PDB information. | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2003. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -20,12 +20,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: SymbolEngine.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: SymbolEngine.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <iosfwd> | ||
#include <string> | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
#define BUILD_VERSION 42 | ||
#define BUILD_VERSION 43 |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
displayError( std::cerr, GetLastError() ); | ||
</PRE> | ||
@author Roger Orr <rogero@howzatt.demon.co.uk> | ||
@author Roger Orr <[email protected]> | ||
Copyright © 2004. | ||
This software is distributed in the hope that it will be useful, but | ||
|
@@ -23,12 +23,12 @@ | |
by this notice. | ||
Comments and suggestions are always welcome. | ||
Please report bugs to rogero@howzatt.demon.co.uk. | ||
Please report bugs to [email protected]. | ||
$Revision: 1405 $ | ||
$Revision: 1881 $ | ||
*/ | ||
|
||
// $Id: displayError.h 1405 2013-11-12 23:57:17Z Roger $ | ||
// $Id: displayError.h 1881 2020-04-09 20:55:12Z Roger $ | ||
|
||
#include <iosfwd> | ||
#include <windows.h> | ||
|
Oops, something went wrong.