|
From: Eric L. <ew...@an...> - 2006-06-02 20:19:26
|
Hi, How would I go about translating a binary into the VEX IR and obtaining the IR so I can do further processing with it? I've looked into VEX's exported interface and I only see LibVEX_Translate which does all the steps (bb to ir, optimize, instrument, etc.) of translating from the guest bytes to the host bytes but I only want the IR that it spits out in the middle, preferably wrapped in some kinda nice clean data structure. Any help is appreciated. Thanks! Eric |