I have a couple of global structs in a binary which are basically tables (arrays) of some values - i wish to export these to c/c++ format arrays but i did not found any way. Is this possible in any way or do i have to copy all binary data starting from a specific offset and convert it manually?

Thanks

link|improve this question

50% accept rate
feedback

1 Answer

IDA can make structures look better than the raw data. But to export it as c/c++ like data initializers, you would have to write some idc or idapython script t convert the data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.