Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SneakySys tests #15

Open
C-Sto opened this issue Nov 17, 2022 · 0 comments
Open

SneakySys tests #15

C-Sto opened this issue Nov 17, 2022 · 0 comments

Comments

@C-Sto
Copy link
Owner

C-Sto commented Nov 17, 2022

I've been asked by a few people when the sneakysys branch will be merged - so these are the two things that are holding it back at the moment.

  1. Parameters are passed correctly. This should be reasonably straight forward, but will be a bit painful to do automagically. Ideally, I'd like to make a Syscall( call with 1,2,3.. up to 8 parameters to ensure that they are all passed as intended. The process I have in mind for this is literally using a debugger to eyeball the parameters, and ensure they land where they are meant to go (just passing the value 1,2,3 etc in will be fine, it doesn't have to execute anything)
  2. No weird problems across different OS versions. A bit easier to automagic up - compile a single bin that calls a few common functions, run it on a bunch of operating systems, hope that there aren't any weird crashes. I'd like to ensure it works on Win 7 through 10, with a 'nice to have' including XP and 11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@C-Sto and others