-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
36 lines (27 loc) · 1.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Sun Jul 23 10:19:12 CEST 2017
* Minor fixes... getting there with file parsing
* Preliminary Support for RAW binaries
* Comands to define regions of a program to work on set.range dis.range
* More functions to manipulate memory
* Patching. Patch can be stored on cases and applied to binaries
Sat Jul 1 19:14:52 CEST 2017
* Added memory patches to case file. (Save/Load)
* Added command to save patched core file
Thu Jun 29 19:08:47 CEST 2017
* Fixed bug disassembling from addr
* Going for local function var :)... it's gonna take a bit to get it ready :P
Tue Jun 27 22:54:13 CEST 2017
* Improved memory dumps
* Added labels and function autocompletion
Sun Jun 25 18:42:16 CEST 2017
* Added help for commands accepting parameters and general help command
* Fixed some minor bugs
Sat Jun 24 16:28:11 CEST 2017
* Updated code to disassemble on the fly
* ARM Thumb code still does not work :(
Thu Jun 22 18:36:39 CEST 2017
* Added MEM.POKE function
* Fixed MEM.DUMP for hex bytes
* Print single characters for immediate addressing (specially cmp)
Mon Jun 18 19:01:59 CEST 2017
* Refactored initial PoC