Posted: Tue Oct 27, 2020 12:43 pm Post subject: Question about exporting data structures
When I do a string search, some of the results seem to be arranged in a giant table along with other relevant data. I'd like to dump this entire table into a format that's more accessible for me, can be read/imported into other applications, etc.
What would be the best way to go about doing this?
At least I could do an Lua script to crawl along the memory and output to a .csv or something like that, right? What Lua functions would I be using to read memory/write to file?
I originally tried dissect data method, but that was not quite what I was looking for. I couldn't figure out how to build a table with row/columns in the way that I wanted.
All is good though, got it working with a lua script! The i/o functions was the missing piece that I needed. Thanks.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum