Alexandre Julliard
|
8e21562903
|
Added small assembly wrapper to call entry points without having to
worry about their calling convention.
|
2005-07-22 19:50:13 +00:00 |
Alexandre Julliard
|
d3a6a16efd
|
Initialize relay debugging earlier on now that the registry is loaded
by the server.
|
2005-07-13 14:23:06 +00:00 |
Alexandre Julliard
|
47286920b6
|
Improve a bit the assembly generated for import thunks.
|
2005-07-01 15:49:39 +00:00 |
Mike McCormack
|
04f9f1b066
|
Don't include winbase.h or winerror.h when not necessary.
|
2005-06-21 09:52:40 +00:00 |
Mike McCormack
|
5b2d5fd758
|
Use HANDLE instead of HKEY in the NT API.
|
2005-06-17 13:58:33 +00:00 |
Alexandre Julliard
|
190f845cb1
|
Make import thunks position-independent to avoid text relocations.
|
2005-06-16 20:51:50 +00:00 |
Alexandre Julliard
|
efcc2b83d8
|
Store a relative pointer for registry entry points to avoid some text
relocations.
|
2005-06-16 11:04:41 +00:00 |
Alexandre Julliard
|
8d5b7908f2
|
Use the DEFINE_REGS_ENTRYPOINT macro to define register functions
instead of doing it by hand.
|
2005-06-16 09:59:12 +00:00 |
Alexandre Julliard
|
302cd456c3
|
Moved debugging config options to HKCU\Software\Wine\Debug.
|
2005-06-14 19:23:00 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Rein Klazes
|
3ef45c7805
|
Support relay tracing of functions with 18 arguments.
|
2005-03-24 15:08:37 +00:00 |
Ivan Leo Puoti
|
d3edafe1e2
|
Replace GetCurrentProcess() with NtCurrentProcess() in ntdll.
|
2005-02-22 19:33:50 +00:00 |
Robert Shearman
|
2050591370
|
Fix NtAllocateVirtualMemory declaration and fix users of the
function.
|
2004-10-11 20:59:06 +00:00 |
Hans Leidekker
|
a9b4a471a9
|
Fix signed/unsigned comparison warnings.
|
2004-08-13 23:53:44 +00:00 |
Alexandre Julliard
|
60f0439ba6
|
Make relay and snooping work for LoadLibrary+GetProcAddress sequence
(based on a patch by Dmitry Timoshkov).
|
2004-08-02 22:25:01 +00:00 |
Pierre d'Herbemont
|
c196f63a72
|
Fix a compile error for SNOOP_GetProcAddress and RELAY_GetProcAddress
on non-i386.
|
2004-06-18 19:34:10 +00:00 |
Eric Pouech
|
db52588754
|
Const correctness.
|
2004-06-15 00:47:00 +00:00 |
Emmanuel Maillard
|
8183eb658f
|
Fix a compile error for SNOOP_GetProcAddress on non-i386.
|
2004-04-17 00:21:18 +00:00 |
Mike Hearn
|
a54e3216c3
|
- Add debug SnoopFromInclude/SnoopFromExclude options.
- Correct TRACE debug channel usage in SNOOP_SetupDLL.
- Refactor check_relay_from_relay.
|
2004-03-16 03:10:07 +00:00 |
Alexandre Julliard
|
fe8ead56a8
|
Get rid of ntdll_get_process_heap and ntdll_get_process_pmts by using
standard APIs instead.
|
2004-03-12 01:59:35 +00:00 |
Alexandre Julliard
|
854e59d9ec
|
Allow RELAY_SetupDLL to be called twice on the same dll.
|
2003-12-01 22:49:33 +00:00 |
Dmitry Timoshkov
|
602c4a7e8a
|
Fix another RtlReAllocateHeap call.
|
2003-11-26 22:03:21 +00:00 |
Alexandre Julliard
|
bbc5242fbc
|
Fixed handling of relay and snoop include/exclude lists to behave as
documented (based on a patch by Rein Klazes).
|
2003-10-16 00:24:49 +00:00 |
Alexandre Julliard
|
2de67b8428
|
Duplicate parts of the relay debugging init code into kernel to avoid
referencing ntdll internal symbols.
|
2003-10-08 22:41:12 +00:00 |
Uwe Bonnes
|
6d59b887cd
|
SNOOP_ShowDebugmsgSnoop(): check for NULL function name.
|
2003-10-04 03:05:58 +00:00 |
Alexandre Julliard
|
f80b869939
|
Converted most of the loader code to Unicode.
|
2003-09-29 20:42:24 +00:00 |
Steven Edwards
|
807e4af46e
|
Porting fix.
|
2003-09-22 19:28:21 +00:00 |
Alexandre Julliard
|
a37e7608c7
|
Moved 32-bit relay and snoop support to dlls/ntdll.
|
2003-09-19 04:32:39 +00:00 |