Basically I use DU Meter to track my uploads/downloads, and it provides a total. I've been tracking since Jan 2002 so I have a nice record of my total internet traffic.
However, last year, when I reinstalled, I did not realized they store the totals in a registry key, so the value was reset. And just recently, I guess I accidentally reset the totals again, since the 'Reset' button is selected by default, all it takes is a tap of the space bar and you're screwed.
So now I'd like to program in the actual value, but its store as a REG_BINARY value, and I have no idea how to input a simple decimal value in that format.
Any help? Heres what it looks like when I export the reg-key:
"Totals"=hex:03,3d,04,21,06,00,00,00,0f,44,eb,2f,02,00,00,00,00,00,00,00,00,00,
00,00,21,33,b4,90,b8,df,e2,40,50,6b,14,39,00,00,00,00,fe,ff,4f,1f,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,40,e0,e2,40,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00
I think this may contain a date, a download value, an upload value, and a total combined value.
Thanks!!
However, last year, when I reinstalled, I did not realized they store the totals in a registry key, so the value was reset. And just recently, I guess I accidentally reset the totals again, since the 'Reset' button is selected by default, all it takes is a tap of the space bar and you're screwed.
So now I'd like to program in the actual value, but its store as a REG_BINARY value, and I have no idea how to input a simple decimal value in that format.
Any help? Heres what it looks like when I export the reg-key:
"Totals"=hex:03,3d,04,21,06,00,00,00,0f,44,eb,2f,02,00,00,00,00,00,00,00,00,00,
00,00,21,33,b4,90,b8,df,e2,40,50,6b,14,39,00,00,00,00,fe,ff,4f,1f,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,40,e0,e2,40,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00
I think this may contain a date, a download value, an upload value, and a total combined value.
Thanks!!