Skip to content
Ben Nordick edited this page Jan 31, 2018 · 1 revision

Note: documentation is still in progress. The wiki will be eventually be expanded with more detailed information.

Quick start

SprintDLL has several instructions, the most immediately useful of which is call. It takes the DLL name, function name, optionally the return type and calling convention, and the parameter list. To run an instruction from the command line, simply pass it as arguments to SprintDLL. This invocation uses MessageBoxW to display a message:

SprintDLL call user32.dll!MessageBoxW /return int (nullptr, lpwstr "This is a test message!", lpwstr "Example", int 0x40)
Clone this wiki locally