Skip to content

Releases: Chemiculs/qengine

qengine 1.1 stable

24 May 17:22
Compare
Choose a tag to compare

This release of engine has been tested thoroughly for stability, and has been updated to improve it's readability in source. New features will be coming with the next release, however this will take time.

qengine 1.0.0.3

03 May 19:32
c0952e5
Compare
Choose a tag to compare
qengine 1.0.0.3 Pre-release
Pre-release

updates to qengine across the board in terms of syntax and compiler verbosity (explicitness), dozens of bug fixes and performance optimizations.

qengine 1.0.0.2

07 Feb 14:04
0627ad9
Compare
Choose a tag to compare

Initial release of qengine 1.0.0.2, naming conventions, code syntax, std-compliance and typedefs / instance type declarators have been updated to provide more versatile and effecient output.

qengine 1.0.0.1

09 Aug 03:06
c352f0c
Compare
Choose a tag to compare

qengine integrated the ASMJIT library in this release, allowing for more in-depth obfuscation of the .text section by allowing us to generate random machine code at runtime as opposed to a more static mutation approach which was used in the old version.

expirimental support for function hooking added (emphasis on the word, "expirimental" - it is currently performance-heavier than i would like)

qengine 1.0.0.0

27 Jul 07:27
133463b
Compare
Choose a tag to compare

Initial public release of the qengine library