Skip to content

Commit

Permalink
Changed to reflect new email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Orr committed Apr 9, 2020
1 parent 6dcb57d commit 073f8ab
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions Gdi32Trace.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// GDI32 DLL Native Interface entry points

// @author Roger Orr <rogero@howzatt.demon.co.uk>
// @author Roger Orr <[email protected]>

// Copyright &copy; 2013.
// This software is distributed in the hope that it will be useful, but
Expand All @@ -14,9 +14,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].

// $Id: Gdi32Trace.cfg 1770 2019-01-20 22:25:00Z Roger $
// $Id: Gdi32Trace.cfg 1881 2020-04-09 20:55:12Z Roger $

//[win32u.dll]
//[Gdi32.dll]
Expand Down
6 changes: 3 additions & 3 deletions NtTrace.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// NTDLL Native Interface entry points

// @author Roger Orr <rogero@howzatt.demon.co.uk>
// @author Roger Orr <[email protected]>

// Copyright &copy; 2002,2019.
// This software is distributed in the hope that it will be useful, but
Expand All @@ -14,9 +14,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].

// $Id: NtTrace.cfg 1879 2020-03-04 22:41:46Z Roger $
// $Id: NtTrace.cfg 1881 2020-04-09 20:55:12Z Roger $

// Alternate name for LPC_MESSAGE
typedef PLPC_MESSAGE PPORT_MESSAGE;
Expand Down
6 changes: 3 additions & 3 deletions NtTrace.mak
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $Id: NtTrace.mak 1609 2016-02-16 21:31:39Z Roger $
# $Id: NtTrace.mak 1881 2020-04-09 20:55:12Z Roger $

#
# This makefile requires Microsoft Visual Studio 2005 and above,
# for dbghelp.h and the support for manifest files
#

# COPYRIGHT
# Copyright (C) 2007,2015 by Roger Orr <rogero@howzatt.demon.co.uk>
# Copyright (C) 2007,2015 by Roger Orr <[email protected]>
#
# This software is distributed in the hope that it will be useful, but
# without WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -19,7 +19,7 @@
# by this notice.
#
# Comments and suggestions are always welcome.
# Please report bugs to rogero@howzatt.demon.co.uk.
# Please report bugs to [email protected].

all : build NtTrace.exe

Expand Down
4 changes: 2 additions & 2 deletions NtTrace.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Resource file for NtTrace
//
// $Id: NtTrace.rc 1818 2019-03-18 22:49:49Z Roger $
// $Id: NtTrace.rc 1882 2020-04-09 21:09:25Z Roger $

#define MINOR_VERSION 1816
#define MINOR_VERSION 1881
#define DESCRIPTION "Trace Native API calls made by a process"
#define APPLICATION

Expand Down
6 changes: 3 additions & 3 deletions User32Trace.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// USER32 DLL Native Interface entry points

// @author Roger Orr <rogero@howzatt.demon.co.uk>
// @author Roger Orr <[email protected]>

// Copyright &copy; 2013.
// This software is distributed in the hope that it will be useful, but
Expand All @@ -14,9 +14,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].

// $Id: User32Trace.cfg 1791 2019-01-26 21:16:20Z Roger $
// $Id: User32Trace.cfg 1881 2020-04-09 20:55:12Z Roger $

//[win32u.dll]
//[User32.dll]
Expand Down
8 changes: 4 additions & 4 deletions include/DebugDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Simple base class for running the debug loop.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2002, 2013.
This software is distributed in the hope that it will be useful, but
Expand All @@ -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: 1609 $
$Revision: 1881 $
*/

// $Id: DebugDriver.h 1609 2016-02-16 21:31:39Z Roger $
// $Id: DebugDriver.h 1881 2020-04-09 20:55:12Z Roger $

#ifndef _WINDOWS_
#include <windows.h>
Expand Down
8 changes: 4 additions & 4 deletions include/EntryPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Manage a single entry point for NtTrace.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2002,2015.
This software is distributed in the hope that it will be useful, but
Expand All @@ -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: 1775 $
$Revision: 1881 $
*/

// $Id: EntryPoint.h 1775 2019-01-22 22:06:08Z Roger $
// $Id: EntryPoint.h 1881 2020-04-09 20:55:12Z Roger $

#include <windows.h>

Expand Down
8 changes: 4 additions & 4 deletions include/Enumerations.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Manage Nt enumerations for NtTrace.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2011, 2014.
This software is distributed in the hope that it will be useful, but
Expand All @@ -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: 1609 $
$Revision: 1881 $
*/

// $Id: Enumerations.h 1609 2016-02-16 21:31:39Z Roger $
// $Id: Enumerations.h 1881 2020-04-09 20:55:12Z Roger $

namespace Enumerations
{
Expand Down
8 changes: 4 additions & 4 deletions include/ShowData.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Functions to handle showing data from another process
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2002, 2013.
This software is distributed in the hope that it will be useful, but
Expand All @@ -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: 1609 $
$Revision: 1881 $
*/

// $Id: ShowData.h 1609 2016-02-16 21:31:39Z Roger $
// $Id: ShowData.h 1881 2020-04-09 20:55:12Z Roger $

#include <windows.h>
#include <ostream>
Expand Down
8 changes: 4 additions & 4 deletions include/TrapNtOpcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
List of opcodes used by NtTrace to trap calls in NTDLL.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2002, 2013.
This software is distributed in the hope that it will be useful, but
Expand All @@ -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: 1766 $
$Revision: 1881 $
*/

// $Id: TrapNtOpcodes.h 1766 2019-01-20 20:52:53Z Roger $
// $Id: TrapNtOpcodes.h 1881 2020-04-09 20:55:12Z Roger $

// Define the op codes used for NtTrace
static unsigned char const XOR = 0x33; ///< xor reg1,reg2
Expand Down
6 changes: 3 additions & 3 deletions src/DebugDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DESCRIPTION
Implementation of the debug driver code
COPYRIGHT
Copyright (C) 2002, 2013 by Roger Orr <rogero@howzatt.demon.co.uk>
Copyright (C) 2002, 2013 by Roger Orr <[email protected]>
This software is distributed in the hope that it will be useful, but
without WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -19,7 +19,7 @@ COPYRIGHT
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
*/

#pragma warning( disable: 4786 ) // identifier was truncated to '255' characters
Expand All @@ -30,7 +30,7 @@ COPYRIGHT

#include "displayError.h"

static char const szRCSID[] = "$Id: DebugDriver.cpp 1610 2016-02-16 21:34:41Z Roger $";
static char const szRCSID[] = "$Id: DebugDriver.cpp 1881 2020-04-09 20:55:12Z Roger $";

//////////////////////////////////////////////////////////////////////////
// Main debugger loop
Expand Down
6 changes: 3 additions & 3 deletions src/EntryPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DESCRIPTION
Handle a single entry point for NtTrace
COPYRIGHT
Copyright (C) 2002, 2019 by Roger Orr <rogero@howzatt.demon.co.uk>
Copyright (C) 2002, 2019 by Roger Orr <[email protected]>
This software is distributed in the hope that it will be useful, but
without WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -19,10 +19,10 @@ COPYRIGHT
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
*/

static char const szRCSID[] = "$Id: EntryPoint.cpp 1816 2019-03-18 22:43:29Z Roger $";
static char const szRCSID[] = "$Id: EntryPoint.cpp 1881 2020-04-09 20:55:12Z Roger $";

#pragma warning( disable: 4786 ) // identifier was truncated to '255' characters

Expand Down
6 changes: 3 additions & 3 deletions src/Enumerations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NOTES
sed -n "s/.*enum /udt /p" Enumerations.cpp | symexplorer ole32.dll
COPYRIGHT
Copyright (C) 2011, 2019 by Roger Orr <rogero@howzatt.demon.co.uk>
Copyright (C) 2011, 2019 by Roger Orr <[email protected]>
This software is distributed in the hope that it will be useful, but
without WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -23,10 +23,10 @@ COPYRIGHT
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
*/

static char const szRCSID[] = "$Id: Enumerations.cpp 1816 2019-03-18 22:43:29Z Roger $";
static char const szRCSID[] = "$Id: Enumerations.cpp 1881 2020-04-09 20:55:12Z Roger $";

#include "Enumerations.h"

Expand Down
6 changes: 3 additions & 3 deletions src/NtTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DESCRIPTION
Process to provide tracing for NT 'native' API
COPYRIGHT
Copyright (C) 2002, 2019 by Roger Orr <rogero@howzatt.demon.co.uk>
Copyright (C) 2002, 2019 by Roger Orr <[email protected]>
This software is distributed in the hope that it will be useful, but
without WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -19,15 +19,15 @@ COPYRIGHT
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
EXAMPLE
NtTrace fred.exe
- or -
NtTrace 1234
*/

static char const szRCSID[] = "$Id: NtTrace.cpp 1816 2019-03-18 22:43:29Z Roger $";
static char const szRCSID[] = "$Id: NtTrace.cpp 1881 2020-04-09 20:55:12Z Roger $";

#pragma warning( disable: 4786 ) // identifier was truncated to '255' characters
#pragma warning( disable: 4800 ) // forcing value to bool 'true' or 'false' (performance warning)
Expand Down
6 changes: 3 additions & 3 deletions src/ShowData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DESCRIPTION
Class to handle showing data from another process
COPYRIGHT
Copyright (C) 2002, 2015 by Roger Orr <rogero@howzatt.demon.co.uk>
Copyright (C) 2002, 2015 by Roger Orr <[email protected]>
This software is distributed in the hope that it will be useful, but
without WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -19,10 +19,10 @@ COPYRIGHT
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
*/

static char const szRCSID[] = "$Id: ShowData.cpp 1610 2016-02-16 21:34:41Z Roger $";
static char const szRCSID[] = "$Id: ShowData.cpp 1881 2020-04-09 20:55:12Z Roger $";

#pragma warning( disable: 4786 ) // identifier was truncated to '255' characters

Expand Down

0 comments on commit 073f8ab

Please sign in to comment.