s1341
s1341
I can confirm that this is still an issue!
True. Needs a major refactor.
Regarding 4, it may indeed be necessary to use a distinct shared-object for frida testing.
Having the tests tightly coupled to the code they are testing seems like a better stratergy to actually encourage tests being written... The simpler it is to write them, the...
Yeah I had always envisioned this as a cli tool.
Are you sure?
Thanks! I'd like to see: 1. That we can build and run tests on windows too using `cargo xwin` with wine and/or native on-windows compilation. 3. a macro for defining...
I agree... The C/C++ snippets are parts of the test fixture. It's very annoying when the test fixure is spread over mulitiple files/localtions. With this, you have the whole test...
Maybe break it up into individual tests?
Let's see how we can refine the test macro as we build out some tests...