index
:
~currojerez/apitrace
apple_client_storage
appveyor
autotrim-v2
clamp-d3d9
d3d10-effects
d3d12
dlsym
dwm-v3
dyld-interpose
gl-object-names
loop
master
parallel-retrace
thirdparty
threaded-trace
unified-glretrace
virtual-memory-regions
windows-xp
Unnamed repository; edit this file 'description' to name the repository.
currojerez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inject
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-16
inject: Don't hook AcLayers.dll.
Jose Fonseca
1
-0
/
+4
2015-11-16
injectee: Rename Mutex to g_Mutex.
Jose Fonseca
1
-10
/
+10
2015-11-16
inject: Use InitializeCriticalSection.
Jose Fonseca
1
-1
/
+3
2015-10-31
inject: Prevent infinite recursion with Steam game overlay DLL.
Jose Fonseca
1
-2
/
+10
2015-10-09
inject: Make the code more robust against weird modules.
Jose Fonseca
1
-5
/
+15
2015-08-25
inject: Take in account that IsWow64Process returns false on 32-bits Windows.
Jose Fonseca
1
-8
/
+5
2015-08-24
inject: Defer pfnCreateProcessAsUserW check until it's actually used.
Jose Fonseca
1
-1
/
+4
2015-08-13
inject: Intercept GetProcAddress with ordinals.
Jose Fonseca
1
-5
/
+22
2015-08-06
inject: Prevent the C/C++ runtime from destroying things when process termina...
Jose Fonseca
2
-1
/
+48
2015-08-03
inject: Detect mixed architectures for child processes too.
Jose Fonseca
3
-27
/
+49
2015-08-03
inject: Log remote process PID on failure to inject.
Jose Fonseca
1
-1
/
+2
2015-07-16
d3dtrace: Trace the actual DXVA2 API calls.
Jose Fonseca
1
-0
/
+3
2015-07-15
inject: Use GetProcAddress for CreateProcessAsUserW.
Jose Fonseca
1
-11
/
+26
2015-07-15
inject: Don't intercept CreateProcessAsUserA.
Jose Fonseca
1
-39
/
+1
2015-07-15
inject: Only specific security attributes when creating the file mapping.
Jose Fonseca
3
-17
/
+19
2015-07-13
inject: Reorder log calls.
Jose Fonseca
1
-10
/
+10
2015-07-13
trace,inject: Don't increment refcount on GetModuleHandleExA.
Jose Fonseca
1
-3
/
+4
2015-07-10
inject: Less invasive workaround for failed assertion.
Jose Fonseca
1
-2
/
+5
2015-07-10
Revert "inject: Ensure we always get the real module handle."
Jose Fonseca
1
-10
/
+1
2015-07-10
inject: Ensure we always get the real module handle.
Jose Fonseca
1
-1
/
+10
2015-07-06
inject: Override assertion implementation.
Jose Fonseca
1
-0
/
+16
2015-07-06
inject: Allow to control verbosity via a command line option.
Jose Fonseca
3
-7
/
+20
2015-07-06
inject: Better diagnostic messages when attaching to a debugger.
Jose Fonseca
1
-6
/
+19
2015-07-06
inject: Eliminate SetSharedMem/GetSharedMem.
Jose Fonseca
3
-36
/
+17
2015-06-29
inject: Support ejecting DLL from remote process.
José Fonseca
2
-58
/
+175
2015-06-27
inject: Preserve last-error.
Jose Fonseca
1
-0
/
+14
2015-06-20
inject: Support attaching a debugger.
Jose Fonseca
2
-34
/
+183
2015-06-19
inject: Handle old-style imports.
Jose Fonseca
1
-7
/
+10
2015-06-19
inject: Add note about CreateProcessWithTokenW.
Jose Fonseca
1
-0
/
+1
2015-03-12
inject: Close remote thread handle.
José Fonseca
1
-9
/
+17
2015-02-19
inject: Adjust LoadLibraryEx flags.
José Fonseca
1
-2
/
+44
2015-02-19
inject: Pass-through LoadLibraryEx* flags.
José Fonseca
1
-25
/
+31
2015-02-07
inject: Warn the failed to patch.
José Fonseca
1
-2
/
+8
2015-02-07
inject: Ensure DLLs get re-patched when reloaded.
José Fonseca
1
-1
/
+23
2015-02-07
inject: Handle api-ms-win-core-kernel32-legacy-l1-1-1 too.
José Fonseca
1
-0
/
+1
2015-02-06
inject: Log patch offsets.
José Fonseca
1
-1
/
+2
2015-02-06
inject: Recognize api-ms-win-core-kernel32-legacy-l1-1-0.
José Fonseca
1
-0
/
+1
2015-02-06
dxgitrace: Trace D3DPERF_* functions too.
José Fonseca
1
-0
/
+1
2015-01-26
inject: Fix injection of Direct2D wrapper.
José Fonseca
1
-0
/
+3
2014-10-03
inject: Don't mistakenly recognise commands that start with a digit as proces...
José Fonseca
1
-1
/
+12
2014-10-02
inject: Attach to DWM with display device disabled.
José Fonseca
1
-7
/
+18
2014-10-02
inject: Bundle devcon utility code.
José Fonseca
2
-7
/
+8
2014-10-02
cmake: Package/install .PDB files too.
José Fonseca
1
-0
/
+2
2014-09-24
inject: Allow to specify process to attach by name.
José Fonseca
1
-6
/
+54
2014-09-24
inject: Try invoke devcon directly.
José Fonseca
1
-1
/
+3
2014-09-15
inject: Don't bother trying to terminate DWM process if it's already dead.
José Fonseca
1
-0
/
+7
2014-09-12
inject: Better handling of DWM restart on Windows 8
José Fonseca
1
-25
/
+47
2014-09-12
inject: Enable processes running with different users to access the shared me...
José Fonseca
1
-1
/
+18
2014-09-12
inject: Cleanup and improve error reporting.
José Fonseca
3
-22
/
+58
2014-09-12
inject: Patch delay-load import descriptors too.
José Fonseca
1
-55
/
+131
[next]