how do we go about revealing more of the tuneable tables in a bin file? I don't have anything specific that I'm looking for, but it would be neat to see what else is in there, and what else we might be able to do with it.
Announcement
Collapse
No announcement yet.
expanding tuning capabilities?
Collapse
X
-
I attached the file my tune is based on.Attached Files"I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."
Comment
-
I have the database open in tiny tuner, so I can see alot. but I know there are things left out. just like on the the 04 Grand prix GT bin I was looking at the other day."I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."
Comment
-
no, I'm not, I just like learning how to do new things. tuning/programming and suspension design are both on my list of things to learn."I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."
Comment
-
time is one thing I don't have this instant, but I should have a little more to work with soon.
edit:
I've made what I think is good progress on the 5 speed conversion info. things like the clutch anticipate input should help alot, along with the proper programming.Last edited by ericjon262; 04-12-2013, 01:45 AM."I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."
Comment
-
If you're unfamiliar with assembly programming, its basically machine code expanded into something that can be read.
Generally one command per line of code, very basic.
I've never looked at an ECM binary disassembly but I imagine to make sense of it you would have to start from the very beginning of the code and trace every command, taking notes, to figure it all out. If you had an idea of where the tuning scalars and tables were located that would help immensely, but it would still take forever.'89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
'86 Fiero, 3500, 4-speed
Comment
-
You will want to put your head in a vice if you attempt to figure out a bin file and have no programming background... LOL I'm an IT Admin, but I specialize in hardware networking and base software setups... I do not dabble in programming so I don't even try to figure out tables in bin files.
Eddie is the one who wrote TinyTuners and he spent a lot of time digging to find what he did... Unfortunately I don't think he is digging any further, but really what we need is a few guys who don't mind doing this and try to get an open source group going. Subaru has a huge open source tuning following and they have some guys who tear apart these files so I don't see why we couldn't do the same but obviously it would require a lot of time invested by those who truly understand this stuff. And I don't think it would be right for them to not be compensated in some way for it either, but with the donations that I see the website not getting I fear that we don't have the support to motivate those people. The Subaru group has also written an entire program to scan and tune with on top of opening up these files...
Got Lope?
3500 Build, Comp XFI Cam 218/230 .050 dur .570/.568 lift 113LSA
Fully Balanced, Ported, 3 Angle Valve Job, 65mm TCE TB, S&S Headers.
Stage-1 Raybestos/Alto 4t60e-HD, EP LSD, 3.69FDR
12.61@105 Epping NH Oct 2015 Nitrous 100shot (melted plugs) 13.58@98.8 N/A 3200LBS
Comment
-
Originally posted by robertisaar View Posti got bored and decided to do a quick(and probably incomplete) disassembly....
good luck. maybe you'll see something i don't, but i hate trying to keep up with the CPU32 core, has WAY too many registers to keep track of.
http://wikisend.com/download/128858/...a_09369232.asm
Originally posted by 3400-95-Modified View PostYou will want to put your head in a vice if you attempt to figure out a bin file and have no programming background... LOL I'm an IT Admin, but I specialize in hardware networking and base software setups... I do not dabble in programming so I don't even try to figure out tables in bin files.
Eddie is the one who wrote TinyTuners and he spent a lot of time digging to find what he did... Unfortunately I don't think he is digging any further, but really what we need is a few guys who don't mind doing this and try to get an open source group going. Subaru has a huge open source tuning following and they have some guys who tear apart these files so I don't see why we couldn't do the same but obviously it would require a lot of time invested by those who truly understand this stuff. And I don't think it would be right for them to not be compensated in some way for it either, but with the donations that I see the website not getting I fear that we don't have the support to motivate those people. The Subaru group has also written an entire program to scan and tune with on top of opening up these files..."I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."
Comment
Comment