about summary refs log tree commit diff stats
path: root/src/tools/callback.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ptitSeb2023-04-281-0/+93
| | | | platform), conversion not finished
* Also needed a RunFunctionWindows, following the Windows Calling Convention ↵ptitSeb2023-02-121-0/+44
| | | | (and now d3datapter9 works)
* Malloc override (#437)ptitSeb2022-10-291-0/+62
| | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-8/+23
|
* Fixed some nasty copypasta on EmuCallptitSeb2021-09-191-4/+4
|
* First passrajdakin2021-04-141-0/+2
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+86