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