Granary / granary2

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

Bug with really long basic blocks in xchat and fontconfig #60

Open pgoodman opened 10 years ago

pgoodman commented 10 years ago

Temporary hackish solution: limit the length of basic blocks.

pgoodman commented 10 years ago

There is now a new command-line option, max_decoded_instructions_per_block that controls this value (defaults to 16). This can be used to figure out what the actual cut-off is to hopefully identify the block of interest.