Page 3 of 3
Re: PCM Hacking Tools - Share What You Use
Posted: Tue Jul 30, 2013 8:10 pm
by Jayme
other than some of the ones you already posted, my most used tool by far:

- most-used-tool-usbprog.JPG (78.14 KiB) Viewed 9187 times
good old flashtool
link

- most-used-tool-flashtool.JPG (40.19 KiB) Viewed 9187 times
annnnd for lack of a better hex editor:

- most-used-tool-xvi32.JPG (121.74 KiB) Viewed 9187 times
Re: PCM Hacking Tools - Share What You Use
Posted: Tue Jul 30, 2013 8:39 pm
by VX L67 Getrag
same as jayme, but 010 editor for hex!
I use HPtuners for OBDII supported stuff, soon hopefully to change!
Used to use Kalmaker for older gear but why bother now when theres a better forum/support out there!
Re: Good PCM Hacking Tools For OSX
Posted: Wed Jul 31, 2013 8:56 am
by EagleMark
durahax wrote:
But..but.. everyone I see with a Windows laptop has it plugged into a power outlet at all times, that's not going green. I kid

Does the MAC really use that much less power? Or is it just old batteries in Windows laptops?
There's some electrical dangers running power to a laptop and EFI Live/HPTuners stuff! Something about 2 grounds and... Fried boxs, although some have gotten away with it many have not! I never charge and tune! Just keep batt replaced every 3 years or so, I always have 2 just in case.
My 17 inch HP laptop with a new 12 cell batt can get 3-4 hours tuning running one USB for data and one USB for RoadRunner Emulater. Now this is an entertainment/desktop replacement so it's a power hog and not really meant to be portable.
On the other hand my Panasonic toughbook CF-74 with a SSD hard drive get's 6-8 hours doing the same. I think it may go quite a bit more but in a vehicle during daylight I've got screen brightness up HIGH! These are set up with loads of power saving features like turning off WAN, WIFI, Bluetooth etc... the FN keys are way cool for things like screen brightness. Has batt calibration program so your times are accurate, not just percent. Still has plenty of USB and Serial port! Anti Glare screen may be one of the best options it has and makes a huge difference in visibility in sunlight compare to most laptops are gloss screen.
Anyway not a hack tool but it's a great Tune Tool!

Re: Good PCM Hacking Tools For OSX
Posted: Wed Jul 31, 2013 9:21 am
by Holden202T
EagleMark wrote:There's some electrical dangers running power to a laptop and EFI Live/HPTuners stuff! Something about 2 grounds and... Fried boxs, although some have gotten away with it many have not! I never charge and tune! Just keep batt replaced every 3 years or so, I always have 2 just in case.
I believe the issue is only when charging through a car charger and using external power to charge is ok, like from the house .... obviously this is only viable for if your at home or on a dyno etc

Re: PCM Hacking Tools - Share What You Use
Posted: Wed Jul 31, 2013 10:45 am
by antus
Yeah thats what ive heard. Issues with crappy power from modified sine wave inverters, usually running off the car.
I use HxD as my hex editor reconfigured to double the width to make better use of 1920 wide screen.

- HxD.png (20.99 KiB) Viewed 9134 times
I have used efilive and hptuners, though personal preference is to efilive as I think their app is better organised, their licensing is fairer and they seem like a good bunch of people from reading their forums. For E38 vehicles with parametric EQ EFILives built in 'virtual VE table' functionality is a lot better than having to use a 3rd party app written by a forum user
http://www.hptuners.com/forum/showthrea ... ersion-3-5 But they can both get the job done.
When writing pcm code I tend to use the GNU assembler, but I guess most people would never need to go there.
You cant go past excel or libreoffice for doing random table scaling or adjustments or any other calculations you find yourself needing to move data around between tunes or take engine hardware modifications in to account.
Re: PCM Hacking Tools - Share What You Use
Posted: Wed Jul 31, 2013 10:51 am
by VL400
Aside from whats been listed already my most used apps are UltraEdit and UltraCompare.
And for HC11 code (Delco ECM/PCMs) I use..
Disassembly
- m6811dis
Assembly
- as6811
- aslink
- bincvt
Re: PCM Hacking Tools - Share What You Use
Posted: Wed Jul 31, 2013 11:15 am
by antus
Ahh yeah comparing, I tend to use hexcmp2 for that.

- hexcmp2.png (34.92 KiB) Viewed 9136 times
And good old vim on linux for hacking away at assembly code.

- vim.png (29.02 KiB) Viewed 9133 times
Re: PCM Hacking Tools - Share What You Use
Posted: Wed Jul 31, 2013 12:44 pm
by delcowizzid
i use ultraedit a lot plus tunerpro ,kalmaker not so much anymore LOL ose flashtool every car i tune to flash in base tunes

Re: PCM Hacking Tools - Share What You Use
Posted: Wed Jul 31, 2013 7:32 pm
by The1
tunerpro, HxD, Flashtool if im doing vx/vy
I use ConTEXT for writing Code logs.
Also dont forget Memcal ID TOol
Re: PCM Hacking Tools - Share What You Use
Posted: Thu Aug 01, 2013 8:13 am
by EagleMark
antus wrote:Yeah thats what ive heard. Issues with crappy power from modified sine wave inverters, usually running off the car.
Also happens with 12 volt cig lighter laptop chargers!!!
antus wrote:Ahh yeah comparing, I tend to use hexcmp2 for that.
Don't forget there is already a compare feature in TunerPro, load a compare bin and can compare each Parameter. Also a difference tool that will show all differences between loaded bin and Compare bin.
Simple tool is Notepad++ for working on DSM/ASM file commenting. There is also a hex editor Plugin for it.