-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
21 lines (21 loc) · 1012 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* support function that measures time between address to address.
* support symbol in a recipe file.
* short_jump_relocator.
* fix configure.ac to disable test when boost and the lib is missing.
* resolve the symbolic link of the target lib. in the recipe.
* test cases for disassembler.
* makes bridge code simple by spliting into dynamically created code and a normal common function.
* support more operands in disassembler.
* configurable level of output macro macros (env and recipe)
* pre-check of output macro
* avoid infinite loop of probe (or support probe to the overwritten area).
* Check the overlap of overwritten code
* support multiple probe in the same address.
* support call/jmp address replacement installation
* merge time measure tool and record data tool
* support Built-in TSC counter probe.
* support i386.
* support CJADDR installation.
* support GOT installation.
* support TARGET_EXE directive in the recipe.
* more efficient algorithm to map within +/-2GB from the target when REL32.