All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.2 - 2023-10-08
- Native: Fixed case ignoring for libraries.
1.2.1 - 2023-09-28
- Native: Added a demo example.
- Java: Added a demo example.
- Java: Color activation choice option (support non-colored shell).
- Java: Code rewriting and optimization.
- Java: Full regex support for some options.
- Java: Improved debug information.
- Java: Readme update.
- Java: Fix support for all types of variables.
- Java: Fix support for multi-constructor of a function.
- Java: Fix method search.
1.2.0 - 2023-09-22
- Native: Possibility of adding addresses manually to attached by library.
- Native: Color activation choice option (support non-colored shell).
- Native: Added staggered boot option.
- Native: Multiple extension support (
.so
,.dll
,.exe
, etc..)
- Native: Script adapted to support Windows and Linux in addition to Android.
- Native: Code rewriting and optimization.
- Native: Full regex support for some options.
- Native: Improved debug information.
- Native: Readme update.
- Native: Base64 display correction (Hex display if Java not available).
1.1.5 - 2023-09-18
- Native: Support for the
Integer
type for return codes.
- Native: Problems displaying recursive mode (argument number colliding with other calls).
- Native: Fixed automatic detection of the number of arguments per function (experimental).
- Native: Removed detection of
UUID
form inhex
format. - Crypto: Removed detection of
UUID
form inhex
format.
1.1.4 - 2023-08-15
- Native: Added debug information option for library/module/variable
1.1.3 - 2023-08-06
- Native: Added simple regex support for short function names.
1.1.2 - 2023-08-04
- Native: Added recursive display of function arguments.
1.1.1 - 2023-07-29
- Native: Added multi-thread support for base64 conversion.
1.1.0 - 2023-06-27
- Pinning: Initial Release.
1.0.3 - 2023-06-20
- Crypto: Hex output when the size matches a classic standard.
- Native:
UUID
support for hex format.
- Crypto: Fixed display of
useKeyGen.build
.
- Crypto: Better error support when coding with null values.
1.0.2 - 2023-06-16
- Crypto: Fixed crypto and decoding operations.
1.0.1 - 2023-06-13
- Native: Added detection of a pointer as an argument.
1.0.0 - 2023-06-09
- Initial Release.