You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Wenzel .
I want to know if nitro can extract the API in windows DLL?
Actually I programed a demo called the function GetSystemTime of kernel32.dll. But I don't know which syscall in nitro is related.
Because there is not a syscall named exactly GetSystemTime in profile (only nt and win32k table). So I guess the function actually called a few syscalls instead, which can be extracted by nitro.
If you didn't meet this kind of problem, just forget it. I'll try to debug the dll to find some information then.
Thank you for reading.
(And it couldn't be better if you have some suggestions.)
The text was updated successfully, but these errors were encountered:
Hi @Wenzel .
I want to know if nitro can extract the API in windows DLL?
Actually I programed a demo called the function
GetSystemTime
ofkernel32.dll
. But I don't know which syscall in nitro is related.Because there is not a syscall named exactly
GetSystemTime
in profile (only nt and win32k table). So I guess the function actually called a few syscalls instead, which can be extracted by nitro.If you didn't meet this kind of problem, just forget it. I'll try to debug the dll to find some information then.
Thank you for reading.
(And it couldn't be better if you have some suggestions.)
The text was updated successfully, but these errors were encountered: