Has anyone devised a way to just run one c function from a .out file at a time via dss? obviously .out files can be loaded and run but I wanted to avoid compiling a new .out for each function and parameters if I could avoid. For larger context I'm trying to write a unit test framework. My goal is to pass an arbitrary function address with an arbitrary number of parameters written to a buffer from dss into c, execute the function with the correct parameters in the correct types, check test results and loop.