News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Executable exporting functions

Started by Vortex, June 04, 2019, 07:56:05 PM

Previous topic - Next topic

Vortex

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

HSE

Equations in Assembly: SmplMath

LiaoMi

Hi Vortex,

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

Thanks!