Releases: WorksButNotTested/frida-cshell
Releases · WorksButNotTested/frida-cshell
1.1.8
1.1.7
1.1.6
1.1.5
- 1969f27 Bump version
- eb030d2 Support globbing for
vm
- aad539a Support globs for module names
- 53bb597 Colour module and vm output
- 5135b83 Return base when using mod or vm
- 854b571 Sort modules when listing
- 07c2bf4 Refactor regex support
- fbf688e Fix broken docker names
- cac77bd Changes to static link libatomic
- f575f69 Successfully build toolchain
- 41e1639 Start building arm toolchain
- ce0b6ba Support ARM soft-float
1.1.4
- 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
- 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
- 19f574a Bump version
- 75842ce Reorder #5
- 906aa95 Reorder #4
- cd8196f Reorder #3
- 9dfa054 Reorder #2
- 6ebe07c Reorder #1
- c8e0a3f Remove some undefined #15
- 3a8f8e6 Remove some undefined #14
- 3d11728 Remove some undefined #13
- ecc4ff7 Remove some undefined #12
- d8aad53 Remove some undefined #11
- 1f790a3 Remove some undefined #10
- 9181298 Remove some undefined #9
- 859072e Remove some undefined #8
- 159dac6 Remove some undefined #7
- 5f06783 Remove some undefined #6
- cc21b55 Remove some undefined #5
- 2004621 Remove some undefined #4
- 7f3ad8c Remove some undefined #3
- 74cf160 Remove some undefined #2
- db8f6d1 Remove some undefined #1
- 06881a4 Replaced optional parameters
- d033933 Remove remaining code from Utils class
- de3706e Move formatting functions from Util class
- b10f9de Fix capitalization of error messages
- 3373c09 Fix some more non-strict (in)equalities
- 1668a36 Fix some non-strict equalities
- e8b7a54 Dump frida version
1.1.1
1.1.0
- 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
- 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