|
1 | | -.TH E9TOOL "1" "June 2022" "E9Tool" "E9Tool" |
| 1 | +.TH E9TOOL "1" "April 2023" "E9Tool" "E9Tool" |
2 | 2 | .SH NAME |
3 | 3 | E9Tool \- a powerful static binary rewriting tool |
4 | 4 | .SH SYNOPSIS |
@@ -105,6 +105,11 @@ For more information, please refer to the following document: |
105 | 105 | .IP "\fB\-\-backend\fR PROG" 4 |
106 | 106 | Use PROG as the backend. |
107 | 107 | The default is "e9patch". |
| 108 | +.IP "\fB\-CFR\fr, \fB\-X\fR" 4 |
| 109 | +Enables binary rewriting "with" control-flow recovery. This |
| 110 | +usually makes the rewritten binary much faster, but may |
| 111 | +introduce rewriting bugs if the built-in recovery analysis is |
| 112 | +inaccurate. |
108 | 113 | .IP "\fB\-\-compression\fR N, \fB\-c\fR N" 4 |
109 | 114 | Set the compression level to be N, where N is a number within |
110 | 115 | the range 0..9. The default is 9 for maximum compression. |
@@ -215,11 +220,6 @@ optional second column is 1 for call targets (functions), or |
215 | 220 | 0 otherwise (the default is 0). |
216 | 221 | .IP "\fB\-\-version\fR" 4 |
217 | 222 | Print the version and exit. |
218 | | -.IP "\fB\-X\fR" 4 |
219 | | -Enables binary rewriting "with" control-flow recovery. This |
220 | | -usually makes the rewritten binary much faster, but may |
221 | | -introduce rewriting bugs if the built-in recovery analysis is |
222 | | -inaccurate. |
223 | 223 | .SH "SEE ALSO" |
224 | 224 | \fIe9patch\fR(1), \fIe9compile\fR(1), \fIe9afl\fR(1), \fIredfat\fR(1) |
225 | 225 | .SH AUTHOR |
|
0 commit comments