Skip to content

Releases: hyugogirubato/Frida-CodeShare

v1.2.2

08 Oct 16:27
Compare
Choose a tag to compare

Fixed

  • Native: Fixed case ignoring for libraries.

v1.2.1

28 Sep 19:23
Compare
Choose a tag to compare

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

22 Sep 10:14
Compare
Choose a tag to compare

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

18 Sep 10:45
Compare
Choose a tag to compare

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 in hex format.
  • Crypto: Removed detection of UUID form in hex format.

v1.1.4

15 Aug 15:04
Compare
Choose a tag to compare

Added

  • Native: Added debug information option for library/module/variable

v1.1.3

06 Aug 16:25
Compare
Choose a tag to compare

Added

  • Native: Added simple regex support for short function names.

v1.1.2

04 Aug 19:28
Compare
Choose a tag to compare

Added

  • Native: Added recursive display of function arguments.

v1.1.1

29 Jul 17:48
Compare
Choose a tag to compare

Fixed

  • Native: Added multi-thread support for base64 conversion.

v1.1.0

27 Jun 10:57
Compare
Choose a tag to compare

Added

  • Pinning: Initial Release.

v1.0.3

20 Jun 20:27
Compare
Choose a tag to compare

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.