/eat-fn-finder

A dumper for all the exports that the specified module exports.

Primary LanguageC++

Description

This code demonstrates how you can access individual exported functions without using GetProcAddress. However in order to do this, you need to know the module base address.