Rebzzel / kiero

Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.
MIT License
1.03k stars 219 forks source link

CREATE_SUSPENDED inject #9

Closed zhaokaixs closed 4 years ago

zhaokaixs commented 4 years ago

If I start a process by CREATE_SUSPENDED mode and inject a dll. Then when should I call init() function?

Rebzzel commented 4 years ago

Hello, @zhaokaixs!

Depends on the injection method. But probably the same as in the example (in start address).

Have a nice day!

zhaokaixs commented 4 years ago

ManyThanks