Skip to content

Commit

Permalink
DynamicObjLoader -> DynamicPatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Jun 6, 2013
1 parent ffdb085 commit 4b5bed1
Show file tree
Hide file tree
Showing 34 changed files with 22 additions and 230 deletions.
2 changes: 1 addition & 1 deletion DynamicPatcher.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion DynamicPatcher.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#ifndef DynamicPatcher_h
#define DynamicPatcher_h
Expand Down
2 changes: 1 addition & 1 deletion DynamicPatcherInjector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#pragma comment(lib, "psapi.lib")
#include <windows.h>
Expand Down
1 change: 0 additions & 1 deletion DynamicPatcherInjector.dpconf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target_process: "Test_Injected.exe"
load: "_tmp\Test_Inject_Win32Debug\Test_Inject.obj"
source path: "Test_Injected"
msbuild command: "Test_Injected.vcxproj /target:ClCompile /m /p:Configuration=Debug;Platform=Win32"
Expand Down
2 changes: 1 addition & 1 deletion DynamicPatcherInjectorDLL.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>

Expand Down
2 changes: 1 addition & 1 deletion Test/Test_Inject/Test_Inject.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <cstdio>

Expand Down
2 changes: 1 addition & 1 deletion Test/Test_Injected/Test_Injected.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include <intrin.h>
Expand Down
2 changes: 1 addition & 1 deletion Test/Test_LibDll/Test_UseLibDll.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>

Expand Down
2 changes: 1 addition & 1 deletion Test/Test_LibDll/dll.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include "DynamicPatcher.h"
Expand Down
2 changes: 1 addition & 1 deletion Test/Test_LibDll/lib1.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include "DynamicPatcher.h"
Expand Down
2 changes: 1 addition & 1 deletion Test/Test_LibDll/lib2.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include "DynamicPatcher.h"
Expand Down
2 changes: 1 addition & 1 deletion Test/Test_Particles/Test_Particles.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#pragma warning( disable : 4996 ) // _s じゃない CRT 関数使うと出るやつ

Expand Down
2 changes: 1 addition & 1 deletion Test/Test_Particles/Test_Particles.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include <d3d11.h>
Expand Down
2 changes: 1 addition & 1 deletion Test/Test_Particles/Test_ParticlesObj.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "Test_Particles.h"
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion Test/Test_Simple/Test_Simple.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include <intrin.h>
Expand Down
Binary file added bin/DynamicPatcher-1.0.0.zip
Binary file not shown.
Binary file removed bin/DynamicPatcher.dll
Binary file not shown.
201 changes: 0 additions & 201 deletions bin/DynamicPatcher.h

This file was deleted.

Binary file removed bin/DynamicPatcher.lib
Binary file not shown.
Binary file removed bin/DynamicPatcher64.dll
Binary file not shown.
Binary file removed bin/DynamicPatcher64.lib
Binary file not shown.
6 changes: 0 additions & 6 deletions bin/DynamicPatcherInjector.dpconf

This file was deleted.

Binary file removed bin/DynamicPatcherInjector.exe
Binary file not shown.
Binary file removed bin/DynamicPatcherInjector64.exe
Binary file not shown.
Binary file removed bin/DynamicPatcherInjectorDLL.dll
Binary file not shown.
Binary file removed bin/DynamicPatcherInjectorDLL64.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion dpBinary.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion dpBuilder.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion dpConfig.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion dpContext.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion dpFoundation.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion dpInternal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include <windows.h>
#include <dbghelp.h>
Expand Down
2 changes: 1 addition & 1 deletion dpLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down
2 changes: 1 addition & 1 deletion dpPatcher.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// created by i-saint
// distributed under Creative Commons Attribution (CC BY) license.
// https://github.com/i-saint/DynamicObjLoader
// https://github.com/i-saint/DynamicPatcher

#include "DynamicPatcher.h"
#include "dpInternal.h"
Expand Down

0 comments on commit 4b5bed1

Please sign in to comment.