Skip to content

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Jun 5, 2013
1 parent bfd548e commit 255d9f7
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 0 deletions.
Binary file modified bin/DynamicPatcher.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions bin/DynamicPatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ dpAPI void* dpGetUnpatched(void *target_or_hook_addr);
dpAPI void dpAddLoadPath(const char *path); // accepts wildcard. affects auto build and dpReload()
dpAPI void dpAddSourcePath(const char *path); //
dpAPI void dpAddMSBuildCommand(const char *msbuild_option); // add msbuild command that will be called by auto build thread
dpAPI void dpAddCLBuildCommand(const char *cl_option); // add cl command that will be called by auto build thread
dpAPI void dpAddBuildCommand(const char *any_command); // add arbitrary command that will be called by auto build thread
dpAPI bool dpStartAutoBuild();
dpAPI bool dpStopAutoBuild();
Expand Down Expand Up @@ -185,6 +186,7 @@ dpAPI const char* dpGetVCVars();
#define dpAddLoadPath(...)
#define dpAddSourcePath(...)
#define dpAddMSBuildCommand(...)
#define dpAddCLBuildCommand(...)
#define dpAddBuildCommand(...)
#define dpStartAutoBuild(...)
#define dpStopAutoBuild(...)
Expand Down
Binary file modified bin/DynamicPatcher.lib
Binary file not shown.
Binary file modified bin/DynamicPatcher64.dll
Binary file not shown.
Binary file modified bin/DynamicPatcher64.lib
Binary file not shown.
Binary file modified bin/DynamicPatcherInjector.exe
Binary file not shown.
Binary file modified bin/DynamicPatcherInjector64.exe
Binary file not shown.
Binary file modified bin/DynamicPatcherInjectorDLL.dll
Binary file not shown.
Binary file modified bin/DynamicPatcherInjectorDLL64.dll
Binary file not shown.

0 comments on commit 255d9f7

Please sign in to comment.