From: Nguyen A. Q. <aq...@gm...> - 2015-03-25 17:01:35
|
hi, we are happy to introduce a new Capstone API named cs_regs_access(), which can be used to retrieve all the registers being read or modified by an instruction! this advanced feature has been longed for by a lot of people who want to do advanced binary analysis on assembly code (think about data flow, or taint analysis). documentation on this API is available at: http://capstone-engine.org/op_access.html for a screenshot demonstrating this API, see this tweet: https://twitter.com/capstone_engine/status/580773946057871361 NOTE: for now, this API is only available in the "next" branch of our Github repo - which will be officially released as version 4.0 soon. please report if you find any issues with this new feature. thanks, Quynh |