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

Generation of assert patches #11

Closed
ghost2238 opened this issue Feb 27, 2020 · 0 comments
Closed

Generation of assert patches #11

ghost2238 opened this issue Feb 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ghost2238
Copy link
Owner

Write some code to generate assert patches. This will be useful for checking that some code region is exactly what we expect it to be.

Will be useful in cases like this: https://github.com/rotators/Fo1in2/blob/master/Fallout2/Fallout1in2/Mapper/source/scripts/headers/voodoo.h#L255-L256 - Since we aim to be compatible with future sfall versions, if this specific hook ever changes, we can avoid applying the patch and display a loud message instead of overwriting some unknown code.

@ghost2238 ghost2238 added the enhancement New feature or request label Feb 27, 2020
ghost2238 added a commit that referenced this issue Feb 29, 2020
- Implements #11
- Some code for working with process memory, mostly taken from Moctaw's Memory.cs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant