- 13 Mar, 2007 40 commits
-
-
Felix Nawothnig authored
-
Felix Nawothnig authored
-
Felix Nawothnig authored
-
George Gov authored
-
Chris Robinson authored
-
Chris Robinson authored
-
Chris Robinson authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Alexandre Julliard authored
-
Aric Stewart authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Eric Pouech authored
to pe_load_native_module (resp pe_load_builtin_module) to better describe what those functions actually do.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) - split up module_find_by_name in two different functions: + reused module_find_by_name which looks upon the module name + added module_is_already_loaded which looks upon the image name - cleanup module loading using these functions (removed extra parameter to pe_load_module_from_pcs)
-
Eric Pouech authored
uses the stored ModuleName (that the dbghelp's caller can override) but rather a combination of base address and filename for the module.
-
Eric Pouech authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Most users of bind contexts don't use bound objects or object params, so don't create an initial table. Instead, create it on demand and use an exponential algorithm for increasing the size of the table when full.
-
Rob Shearman authored
-
Hans Leidekker authored
Spotted by Ron Yorston.
-
Hans Leidekker authored
-
Alexandre Julliard authored
Thanks to Dmitry Timoshkov for a test case.
-
Stefan Huehner authored
-