Skip to content

Releases: WorksButNotTested/frida-cshell

1.1.6

05 Jul 14:05
Compare
Choose a tag to compare
  • e105be7 Fix return value for mod and vm when using globbing

1.1.5

05 Jul 13:51
Compare
Choose a tag to compare

1.1.4

11 Jun 18:21
Compare
Choose a tag to compare
  • 69fad2d Bump version
  • 3f68d69 Simplify sourcing of scripts
  • 89befcd Support multiple code breakpoints on the same address
  • 339d64e Actually start the shell
  • f065e70 Refactor command handling
  • 8532444 More refactor
  • a89d7f1 Refactor pipes
  • f022992 Make SystemFunctions class members
  • 66331a9 Add raw intercept to input
  • 3f233bb Changes to write command output as it arrives
  • 81c833a Tweak exit check
  • 4d13aa3 Fixes to async model
  • d1def22 First execution of a command
  • 2ddad5b Initial code for sh command

1.1.3

06 Jun 16:24
Compare
Choose a tag to compare
  • 88abb53 Bump version
  • 3a61f75 Add support for endian inversion
  • b5d25c8 Improve math output #3
  • 92cc49c Improve math output #2
  • 6110a7d Improve math output #1
  • b8ed461 Added print command
  • d9a1c05 Tidy output of breakpoint listing
  • 7a5ada0 Allow R command to accept register names with $ prefix
  • bb48c4a Add width support to dump command
  • 45ead0b Print executed commands and results for breakpoints
  • f2d586a Tidy a little
  • de38861 Print commands and output from .cshellrc
  • bc9cf6f Changes to segregate breakpoint output
  • 5a67e8c Add banner to breakpoint output
  • 477b9de Add literal name to breakpoint where available
  • a25e288 Print dumps with leading prefix
  • 74b9879 Support hex numbers without leading prefix
  • 51a7e55 Add leading 0x on dump output
  • 95a2c9f Support Ctrl+H for backspace
  • 316c7f1 Improve wrapper script help

1.1.2

16 May 17:35
Compare
Choose a tag to compare

1.1.1

03 May 15:52
Compare
Choose a tag to compare

1.1.0

23 Apr 16:22
Compare
Choose a tag to compare
  • 14811f8 Fix disassembly of Thumb code Fix handling of emtpy command lines Add Mem class for handling memory read/writes Ensure we always allocate at least a page when creating working space Change read and write commands to take length Changes to move source code to different directories Update docs Add commandlet for display file descriptors Add support for loading init script Add support for loading new commandlets from JS Support comments

1.0.6

18 Apr 16:31
Compare
Choose a tag to compare
  • 8323c71 Support writing read-only memory Write crash diagnostic information Allow breakpoint to modify other breakpoints Support for memory breakpoints Numbering of breakpoints Add retVal to registers for function exit breakpoints Add missing pseudo registers to all register display Support bt without parameters when run from breakpoint Improve assembly listing Add arm, arm64, x86 and x64 virtual machines for testing Various miscellaneous fixes Refactoring Update documentation in README

1.0.5

11 Apr 18:03
Compare
Choose a tag to compare

1.0.3

25 Mar 17:08
Compare
Choose a tag to compare