Topic created on: September 10, 2009 08:51 CDT by yinwenjiansusie.
In IDA, I find there are buttons that can change data to code or change code to data. But if I want to do it through a plugin writen by SDK, how to do it?
thanks to any help!
> cseagle: Look at
>
> do_unknown
> do_unknown_range
>
Thanks ,I will try
> To create data look at
>
> do_data_ex
> and the
> doByte
> doWord
> etc...
>
> convenience functions all from bytes.hpp
>
> To make code look at
>
> create_insn from ua.hpp
> auto_make_code from auto.hpp
>
> Chris
Note: Registration is required to post to the forums.