mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
look for mainCRTStartup as one additional possibility of a default entry point
This commit is contained in:
@@ -1821,6 +1821,7 @@ ctrl_thread__launch_and_init(CTRL_Msg *msg)
|
|||||||
str8_lit("wmain"),
|
str8_lit("wmain"),
|
||||||
str8_lit("WinMainCRTStartup"),
|
str8_lit("WinMainCRTStartup"),
|
||||||
str8_lit("wWinMainCRTStartup"),
|
str8_lit("wWinMainCRTStartup"),
|
||||||
|
str8_lit("mainCRTStartup"),
|
||||||
};
|
};
|
||||||
|
|
||||||
// rjf: find voff for one of the custom entry points attached to this msg
|
// rjf: find voff for one of the custom entry points attached to this msg
|
||||||
|
|||||||
Reference in New Issue
Block a user