KVM-VMI / nitro

GNU General Public License v3.0
46 stars 11 forks source link

Can Nitro extract the API in windows DLL? #79

Open snbst-git opened 3 years ago

snbst-git commented 3 years ago

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.)