mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 13:41:02 +00:00
Fix static TLS for WOW64
This fix resolves shell32.dll TLS problems. Also it uses correct structure and field names
This commit is contained in:
@@ -183,9 +183,6 @@ class module_manager
|
||||
mapped_module* map_module_core(const pe_detection_result& detection_result, const std::function<mapped_module()>& mapper,
|
||||
const logger& logger, bool is_static);
|
||||
|
||||
// Shell32.dll entry point patching to prevent TLS storage issues
|
||||
void patch_shell32_entry_point_if_needed(mapped_module& mod);
|
||||
|
||||
// Execution mode detection
|
||||
execution_mode detect_execution_mode(const windows_path& executable_path, const logger& logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user