-
Notifications
You must be signed in to change notification settings - Fork 6
Merge v1.3.2 development changes into master branch #30
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'//' is used for optional/temporary code while '/* */' is used for actual comments.
Updated the GitHub Actions build workflow to use version v1.3.2 for release packaging and artifact naming. Added new changelog files for v1.3.0 and v1.3.1.
Introduces DiskMappedResolver for parsing ntdll.dll directly from disk, updates project files and configuration to support the new resolver, and consolidates all resolver method headers into a single Resolver.h file
DLL injection samples using direct syscalls via SysCaller for Java (JNA and JNI) and LuaJIT.
Improves detection and handling of partially closed extern "C" blocks when updating header files. This should fix #28
DLL injection samples using direct syscalls via SysCaller for Julia and D.
This improves compilation times and avoids issues with min/max macros.
Removed Win32 platform support and solution/filter files from Bind. Updated Bind.vcxproj to use explicit x64 Qt/Vcpkg paths, set new output directories, and simplified build settings. Changed GitHub Actions workflow to match new build output locations. Migrated resource and artifact paths, and added missing headers for improved modularity.
rename files to corresponding updated name
forgot we arent using Bind.sln anymore.
Updated paths for Vcpkg dependencies and executable verification in the build workflow.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
here are the final changes for SysCaller v1.3.2 this update should fix many issues/problems, and overall stabilize SysCaller for the future. there shouldnt be anymore architecture changes for the core, this update should also be easy to fix/rework into existing SysCaller projects.