-
Notifications
You must be signed in to change notification settings - Fork 356
/
ChangeLog
49 lines (31 loc) · 1.49 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
37
38
39
40
41
42
43
44
45
46
47
48
49
This file details the changelog of Keypatch (http://keystone-engine.org/keypatch).
---------------------------------
Version 2.1: January 17th, 2017
- Better documentation for Linux & Windows installs.
- Added a new function to search for assembly instructions, so it is easy to grep
for ROP gadgets in the binary. This will be helpful for exploitation writers.
- Removed the "Assembler" function, which is redundant since now you can also do
that with the "Search" function above.
---------------------------------
Version 2.0.1: September 15th, 2016
- Fix an off-by-one bug in Fill-Range function.
---------------------------------
Version 2.0: September 14th, 2016
[ Core ]
- Save (at termination) & load configuration (at boot time) from local director.
- Add accelerator keys for editable controls in Patcher & Assembler forms.
- Optionally append original instructions - before patching - in IDA comment.
- Add "Undo" feature, so it is possible to revert a modification in the past.
- Add "Check for update" & "About" menus.
- Better support for Python 2.6 & older IDA versions (confirmed with v6.4 & v6.6).
- Support popup menu (right-mouse click).
- Add "Fill Range" feature.
[ Arm ]
- Handle Arm mode better. Cortex-M3 binaries are now supported.
- Fix a bug in Thumb mode.
[ Docs ]
- Better guideline for installing Keypatch on Linux 64-bit.
- Add TUTORIAL.md, a quick tutorial for new users of Keypatch.
----------------------------------
[Version 1.0]: August 3rd, 2016
- Initial public release.