Granary / granary2

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

Remove DecodedBlock::NthArgumentRegister #108

Closed pgoodman closed 9 years ago

pgoodman commented 9 years ago

This should be replaced with some early-initialized, globally allocated virtual registers. That will remove an ugly dependency on DecodedBlock from lir::InlineFunctionCall.

pgoodman commented 9 years ago

This is done.