griffindodd Posted May 9, 2025 Posted May 9, 2025 Im working on an auditing script for my files. I need to be able to scan .vpx files to extract the rom name and can already do it successfully by doing a raw data crawl but thats very inefficient. i understand that .vpx files are essentially libraries of binary, script etc. so I’m looking for a technique to efficiently find the script section of the file to do my regex matching for search. is there a way to achieve this efficiently so I don’t have to raw scan all the binary etc?
griffindodd Posted June 5, 2025 Author Posted June 5, 2025 1 hour ago, malibu said: There is ... feel free to PM me. Thanks. I found VPX Tool (think that’s what it’s called) and it does it via the command line which was perfect.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now