Nitr0-G / PeVisor

A project on the Unicorn emulator to emulate the code of Pe files in windows
MIT License
19 stars 7 forks source link

WinApi for realization #7

Open Nitr0-G opened 2 months ago

Nitr0-G commented 2 months ago

All:

fileapi.h
memoryapi.h(my own implementation of all memory api functions)
wininet.h
vcruntime_string.h(my own implementation of WinApi that works with strings like strcpy and etc.)
sysinfoapi.h
WinBase.h
libloader.h(my own implementation  of loading and working with internal modules)
processenv.h
processthreadsapi.h(my own implementation of threads)
debugapi.h
profileapi.h
errhandlingapi.h
synchapi.h
WinUser.h(wvsprintfW && wvsprintfA && wsprintfA && wsprintfW => my own implementation)
stringapiset.h(my own implementation of WinApi that works with strings like strcpy and etc.)
ntdll.h
Nitr0-G commented 2 months ago

UPD. WinApi for realization

vcruntime_string.h(my own implementation of WinApi that works with strings like strcpy and etc.)

Only my own implementations

memoryapi.h(my own implementation of all memory api functions)
vcruntime_string.h(my own implementation of WinApi that works with strings like strcpy and etc.)
libloader.h(my own implementation  of loading and working with internal modules)
processthreadsapi.h(my own implementation of threads)
WinUser.h(wvsprintfW && wvsprintfA && wsprintfA && wsprintfW => my own implementation)
stringapiset.h(my own implementation of WinApi that works with strings like strcpy and etc.)
Nitr0-G commented 2 months ago

WinApi for realization

wingdi.h
shellapi.h
Gdi32.lib
Shell32.lib