Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Rename *BasicBlock to *Block, LocalControlFlowGraph to Trace #84

Closed pgoodman closed 9 years ago

pgoodman commented 9 years ago

Shorter names to take less space :-D The Trace naming would also be more in-line with planned changes of making the internal blocks of an LCFG not enterable from blocks outside of the LCFG (i.e. not index their meta-data).

pgoodman commented 9 years ago

Done in branch data_reactor_wip.