Releases: hyugogirubato/Frida-CodeShare
Releases · hyugogirubato/Frida-CodeShare
v1.2.2
v1.2.1
Added
- Native: Added a demo example.
- Java: Added a demo example.
- Java: Color activation choice option (support non-colored shell).
Changed
- Java: Code rewriting and optimization.
- Java: Full regex support for some options.
- Java: Improved debug information.
- Java: Readme update.
Fixed
- Java: Fix support for all types of variables.
- Java: Fix support for multi-constructor of a function.
- Java: Fix method search.
v1.2.0
Added
- 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..)
Changed
- 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.
Fixed
- Native: Base64 display correction (Hex display if Java not available).
v1.1.5
Added
- Native: Support for the
Integer
type for return codes.
Fixed
- Native: Problems displaying recursive mode (argument number colliding with other calls).
- Native: Fixed automatic detection of the number of arguments per function (experimental).
Changed
- Native: Removed detection of
UUID
form inhex
format. - Crypto: Removed detection of
UUID
form inhex
format.
v1.1.4
Added
- Native: Added debug information option for library/module/variable
v1.1.3
Added
- Native: Added simple regex support for short function names.
v1.1.2
Added
- Native: Added recursive display of function arguments.
v1.1.1
Fixed
- Native: Added multi-thread support for base64 conversion.
v1.1.0
Added
- Pinning: Initial Release.
v1.0.3
Added
- Crypto: Hex output when the size matches a classic standard.
- Native:
UUID
support for hex format.
Fixed
- Crypto: Fixed display of
useKeyGen.build
.
Changed
- Crypto: Better error support when coding with null values.