The MASM Forum

General => The Workshop => Topic started by: Vortex on June 04, 2019, 07:56:05 PM

Title: Executable exporting functions
Post by: Vortex on June 04, 2019, 07:56:05 PM
Based on the simple Portable Executable loader, here is a simple project to export functions from an executable.

QuoteExecutable exporting functions : ConsFuncs.exe
Demo project importing functions from ConsFuncs.exe : Sample.exe
Title: Re: Executable exporting functions
Post by: HSE on June 04, 2019, 08:44:13 PM
Very interesting  :thumbsup:

Thanks
Title: Re: Executable exporting functions
Post by: LiaoMi on June 04, 2019, 11:48:52 PM
Hi Vortex,

implementation is very similar to the model of microservices https://en.wikipedia.org/wiki/Microservices  :thup:

Thanks!