Bin Restructuring with PLUG-IN

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
User avatar
decipha
Posts: 75
Joined: Thu May 02, 2013 12:20 pm
Location: New Orleans, LA

Bin Restructuring with PLUG-IN

Post by decipha »

just curious if the plug ins allow complete bin editing?

I want to be able to automagically re-order blocks of bytes in a binary based on their values, and even delete some bytes and add some etc
..

and is the 2014 sdk posted the latest and greatest for writing plug ins?
User avatar
Mangus
TunerPro Author
Posts: 1918
Joined: Wed Mar 19, 2003 1:49 pm

Post by Mangus »

Bin editing is not exposed to the plug-ins via any TunerPro interfaces. The emulation plug-in interface does expose read access to the memory being passed through to the emulator, though it won't serve the purpose you outline below.

You could always crack the bin yourself (CreateFile/ReadFile/WriteFile/CloseHandle) from a plug-in and modify it, though.
***************************************
TunerPro Author
1989 Trans Am
Post Reply