Skip to content

Releases: Cheatron/Core

@cheatron/nthread@2.0.4

06 May 08:21
811be21

Choose a tag to compare

Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.

@cheatron/native@2.1.0

06 May 08:21
811be21

Choose a tag to compare

Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.

@cheatron/injector@2.0.5

06 May 08:21
811be21

Choose a tag to compare

Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.

@cheatron/core@2.1.0

06 May 08:21
811be21

Choose a tag to compare

Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.

@cheatron/capstone@2.0.1

06 May 08:21
811be21

Choose a tag to compare

Refactor native proxy threads and implement hook registry. Update core with new thread abstractions and re-exports.

@cheatron/utils@2.0.1

29 Apr 14:31
26991cc

Choose a tag to compare

Patch Changes

  • Harden thread hijacking stability and optimize integration tests.
    • Preserved original thread context during hijacking by using shallow copies.
    • Updated AdvancedNThread to correctly restore RIP and jump gadgets after thread parking.
    • Optimized advanced-nthread.test.ts to use current process instead of Notepad for faster verification.

@cheatron/nthread@2.0.3

29 Apr 14:31
26991cc

Choose a tag to compare

Patch Changes

  • Harden thread hijacking stability and optimize integration tests.
    • Preserved original thread context during hijacking by using shallow copies.
    • Updated AdvancedNThread to correctly restore RIP and jump gadgets after thread parking.
    • Optimized advanced-nthread.test.ts to use current process instead of Notepad for faster verification.

@cheatron/injector@2.0.4

29 Apr 14:31
26991cc

Choose a tag to compare

Patch Changes

  • Harden thread hijacking stability and optimize integration tests.
    • Preserved original thread context during hijacking by using shallow copies.
    • Updated AdvancedNThread to correctly restore RIP and jump gadgets after thread parking.
    • Optimized advanced-nthread.test.ts to 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

29 Apr 14:31
26991cc

Choose a tag to compare

Patch Changes

  • Harden thread hijacking stability and optimize integration tests.
    • Preserved original thread context during hijacking by using shallow copies.
    • Updated AdvancedNThread to correctly restore RIP and jump gadgets after thread parking.
    • Optimized advanced-nthread.test.ts to 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

22 Apr 20:48
9642199

Choose a tag to compare

Patch Changes

  • fix(injector): stabilize lifecycle, resolve tid to pid, and add dynamic versioning