mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-26 23:34:01 +08:00
issues/39
This commit is contained in:
parent
101af2d063
commit
12ba523edd
@ -401,7 +401,8 @@ bool LunaHost::on_text_recv(TextThread& thread, std::wstring& output){
|
||||
}
|
||||
void LunaHost::on_thread_create(TextThread& thread){
|
||||
wchar_t buff[65535];
|
||||
swprintf_s(buff,L"%s:%s:%I32X:%I64X:%I64X",
|
||||
swprintf_s(buff,L"%I64X:%s:%s:%I32X:%I64X:%I64X",
|
||||
thread.handle,
|
||||
thread.name.c_str(),
|
||||
thread.hp.hookcode,
|
||||
thread.tp.processId,
|
||||
|
Loading…
Reference in New Issue
Block a user