Linda-chan
Reverse engineering VB binaries will often involve reverse engineering VB internals for various VB APIs, a task dreaded by many. The entry point of a VB program diverts from the typical C/C++ or even Borland Delphi binary. There is no mainCRTStartup or WinMainCRTStartup function that initializes the C runtime and calls the developer defined main or WinMain function.
https://blog.talosintellige...cally-loaded-api-in/ https://blog.talosintelligence.com/discovering-dynamically-loaded-api-in/#%3a~%3atext=Reverse%20engineering%20VB,or%20WinMain%20function.
Очевидное невероятное: программы, написанные на VB используют рантайм VB, а не рантайм C/C++, и не вызывают функции из рантайма C/C++!

