Releases: Cheatron/Core
Releases · Cheatron/Core
@cheatron/nthread@2.0.4
Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.
@cheatron/native@2.1.0
Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.
@cheatron/injector@2.0.5
Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.
@cheatron/core@2.1.0
Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.
@cheatron/capstone@2.0.1
Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.
@cheatron/utils@2.0.1
Patch Changes
- Harden thread hijacking stability and optimize integration tests.
- Preserved original thread context during hijacking by using shallow copies.
- Updated
AdvancedNThreadto correctly restoreRIPand jump gadgets after thread parking. - Optimized
advanced-nthread.test.tsto use current process instead of Notepad for faster verification.
@cheatron/nthread@2.0.3
Patch Changes
- Harden thread hijacking stability and optimize integration tests.
- Preserved original thread context during hijacking by using shallow copies.
- Updated
AdvancedNThreadto correctly restoreRIPand jump gadgets after thread parking. - Optimized
advanced-nthread.test.tsto use current process instead of Notepad for faster verification.
@cheatron/injector@2.0.4
Patch Changes
- Harden thread hijacking stability and optimize integration tests.
- Preserved original thread context during hijacking by using shallow copies.
- Updated
AdvancedNThreadto correctly restoreRIPand jump gadgets after thread parking. - Optimized
advanced-nthread.test.tsto use current process instead of Notepad for faster verification.
- Updated dependencies
- @cheatron/core@2.0.3
- @cheatron/nthread@2.0.3
- @cheatron/utils@2.0.1
@cheatron/core@2.0.3
Patch Changes
- Harden thread hijacking stability and optimize integration tests.
- Preserved original thread context during hijacking by using shallow copies.
- Updated
AdvancedNThreadto correctly restoreRIPand jump gadgets after thread parking. - Optimized
advanced-nthread.test.tsto use current process instead of Notepad for faster verification.
- Updated dependencies
- @cheatron/nthread@2.0.3
- @cheatron/utils@2.0.1
@cheatron/injector@2.0.3
Patch Changes
- fix(injector): stabilize lifecycle, resolve tid to pid, and add dynamic versioning