interoperability between C++ and C#
- Interoperability between C++and C#
- libpe: PE32/PE32+ Binaries Parsing Library
In this article I demonstrate how to call a C++ function, set a callback function in C#, and output showcasing the successful callback from C++ to C#.
This project details the functionality of "libpe," a C++ library enabling the manipulation and extraction of various data structures from PE32(x86) and PE32+(x64) binaries. It provides methods to access and retrieve different headers, tables, sections, and resource information.
No comments:
Post a Comment