## Dynamic Resolver This program dynamically resolves and invokes WinAPI functions without relying on static imports or standard linker. This approach involves manually traversing the PEB to locate loaded modules and parsing PE file headers to extract function addresses from export directories. ![PoC-IMAGE](./image.png) ## Authors [@5mukx](https://x.com/5mukx)