Author

Topic: Mt.Gox Desktop [Download link inside] (Read 1440 times)

sr. member
Activity: 294
Merit: 250
August 22, 2011, 09:15:24 AM
#20
Having problems with this on Windows XP 32-bit.
sr. member
Activity: 294
Merit: 250
August 21, 2011, 06:01:27 PM
#19
If your really that worried about the app, just download and run procmon and watch the process to see what files it accesses.

You could also do that - im not accessing anything but the internet to retrieve Mt.Gox ticker info and a config file.
full member
Activity: 224
Merit: 100
August 21, 2011, 05:05:38 PM
#18
If your really that worried about the app, just download and run procmon and watch the process to see what files it accesses.
sr. member
Activity: 294
Merit: 250
August 21, 2011, 04:37:38 AM
#17
Unless you know of a way to infect a .config file, I'm not really worried about it. Grin

The source is clean, and if I'm not mistaken...every time a new person makes a build of the source the checksum comes out different.
Checksums are for people who mirror files (upload to other file host) to verify with the original files.

Just too tired, calling security foul. lol

If you want, if you can upload the .config file to your server we will just hotlink both files there...
http://zombietoday.com/checksum/self-build/mtgox-pricing.exe
http://zombietoday.com/checksum/self-build/mtgox-pricing.exe.config
http://zombietoday.com/checksum/self-build/mtgox-pricing.zip

[EDIT]: Drop me a PM if you update it.

Will do. Appreciate all the help.
hero member
Activity: 560
Merit: 500
August 21, 2011, 04:33:31 AM
#16
Unless you know of a way to infect a .config file, I'm not really worried about it. Grin

The source is clean, and if I'm not mistaken...every time a new person makes a build of the source the checksum comes out different.
Checksums are for people who mirror files (upload to other file host) to verify with the original files.

Just too tired, calling security foul. lol

If you want, if you can upload the .config file to your server we will just hotlink both files there...
http://zombietoday.com/checksum/self-build/mtgox-pricing.exe
http://zombietoday.com/checksum/self-build/mtgox-pricing.exe.config
http://zombietoday.com/checksum/self-build/mtgox-pricing.zip

[EDIT]: Drop me a PM if you update it.
sr. member
Activity: 294
Merit: 250
August 21, 2011, 04:32:05 AM
#15
Unless you know of a way to infect a .config file, I'm not really worried about it. Grin

The source is clean, and if I'm not mistaken...every time a new person makes a build of the source the checksum comes out different.
Checksums are for people who mirror files (upload to other file host) to verify with the original files.

Just too tired, calling security foul. lol

If you want, if you can upload the .config file to your server we will just hotlink both files there...
hero member
Activity: 560
Merit: 500
August 21, 2011, 03:09:35 AM
#14
Unless you know of a way to infect a .config file, I'm not really worried about it. Grin

The source is clean, and if I'm not mistaken...every time a new person makes a build of the source the checksum comes out different.
Checksums are for people who mirror files (upload to other file host) to verify with the original files.

Just too tired, calling security foul. lol
sr. member
Activity: 294
Merit: 250
August 21, 2011, 02:29:34 AM
#13
Filename (Filesize)MD5SHA1CRC32
mtgox-pricing.exe (108,544)c00c85bbd237493f91d941f3e3212fceee0b16d2c985c68c175bd72861b2a8aca9581afa4d9ad993
mtgox-pricing.exe.config (926)5d9d2562f4402a4d1e8518a42a37d8b44d85740c2290d7fcd0d7f3f8c76a6ddc9c3d87fa3048ee40
sr. member
Activity: 294
Merit: 250
August 21, 2011, 02:16:36 AM
#12
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.

I updated the post with a download link, NothinG as being a Hero Member - i will give you full source as long as you dont post it online anywhere, that way you can verify its clean. If that sounds good with everyone, let me know.
MD5 & SHA1 (as well as other methods, I like these two because I can easily checksum with PHP) your binary, PM me the source...I'll compile and let everyone know if it's legit and do a checksum.
If everything matches, I'll consider it safe.

Ive never done MD5 & SHA1 - im going to read on how to properly do that, then ill send you the sourcecode.

PHP:
Code:
$file "mtgox-pricing.exe";
echo 
"MD5: ".md5_file($file)."";
echo 
"SHA1: ".sha1_file($file)."";

[EDIT]:
Just did a BUILD (didn't Publish).
http://zombietoday.com/checksum/mtgox-pricing.php
Seems the checksums are off.

Give me a direct .exe link, maybe the compression from the .zip is throwing it off.
Seems the source looks clean.

[EDIT|2]:
I'm going back to my house, so I'll be back online in about an hour.

Direct .exe:
http://www.adrive.com/public/86d6ea504cdb0aa26eb80288d1021f70c517dc45dbb95ce4b7c65d24c79e1bea.html

But youll also need the config file that comes with it:
http://www.adrive.com/public/18eaa8eb0ad39a1950bf2b604c03ebd2b9bc09010c1af656b62b7e638132bda2.html
hero member
Activity: 560
Merit: 500
August 21, 2011, 01:14:16 AM
#11
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.

I updated the post with a download link, NothinG as being a Hero Member - i will give you full source as long as you dont post it online anywhere, that way you can verify its clean. If that sounds good with everyone, let me know.
MD5 & SHA1 (as well as other methods, I like these two because I can easily checksum with PHP) your binary, PM me the source...I'll compile and let everyone know if it's legit and do a checksum.
If everything matches, I'll consider it safe.

Ive never done MD5 & SHA1 - im going to read on how to properly do that, then ill send you the sourcecode.

PHP:
Code:
$file "mtgox-pricing.exe";
echo 
"MD5: ".md5_file($file)."";
echo 
"SHA1: ".sha1_file($file)."";

[EDIT]:
Just did a BUILD (didn't Publish).
http://zombietoday.com/checksum/mtgox-pricing.php
Seems the checksums are off.

Give me a direct .exe link, maybe the compression from the .zip is throwing it off.
Seems the source looks clean.

[EDIT|2]:
I'm going back to my house, so I'll be back online in about an hour.
sr. member
Activity: 294
Merit: 250
August 21, 2011, 01:09:38 AM
#10
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.

I updated the post with a download link, NothinG as being a Hero Member - i will give you full source as long as you dont post it online anywhere, that way you can verify its clean. If that sounds good with everyone, let me know.
MD5 & SHA1 (as well as other methods, I like these two because I can easily checksum with PHP) your binary, PM me the source...I'll compile and let everyone know if it's legit and do a checksum.
If everything matches, I'll consider it safe.

Ive never done MD5 & SHA1 - im going to read on how to properly do that, then ill send you the sourcecode.
hero member
Activity: 560
Merit: 500
August 21, 2011, 12:43:43 AM
#9
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.

I updated the post with a download link, NothinG as being a Hero Member - i will give you full source as long as you dont post it online anywhere, that way you can verify its clean. If that sounds good with everyone, let me know.
MD5 & SHA1 (as well as other methods, I like these two because I can easily checksum with PHP) your binary, PM me the source...I'll compile and let everyone know if it's legit and do a checksum.
If everything matches, I'll consider it safe.
sr. member
Activity: 266
Merit: 250
August 21, 2011, 12:39:13 AM
#8
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.

I updated the post with a download link, NothinG as being a Hero Member - i will give you full source as long as you dont post it online anywhere, that way you can verify its clean. If that sounds good with everyone, let me know.

Wouldn't that trick only work if we got NothinG to compile it and distribute HIS binary? After all, you could show him different code to what you're releasing. Just sayin'
sr. member
Activity: 294
Merit: 250
August 21, 2011, 12:16:22 AM
#7
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.

I updated the post with a download link, NothinG as being a Hero Member - i will give you full source as long as you dont post it online anywhere, that way you can verify its clean. If that sounds good with everyone, let me know.
hero member
Activity: 560
Merit: 500
August 20, 2011, 11:50:01 PM
#6
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
<100 + No Sauce = No Trust

Also, I don't see a "Download link inside" unless It's already installed. In that case; Mind Blown!

Another thing; why would you imagesnack something? http://imgur.com/ for the luvs.
sr. member
Activity: 294
Merit: 250
August 20, 2011, 09:19:43 PM
#5
I would really not like to show the whole source code to everyone, i wouldnt mind showing 1-2 mods everything, i just dont want everyone to have full source. If thats an option let me know.
full member
Activity: 182
Merit: 100
August 20, 2011, 08:53:28 PM
#4
looks good and clean!

as you may already know, people are going to want to see the source before they use this.

Really? I think ill show to code snippets, but i dont think i want to release all the code.

Looks like a great idea, but as posted above I wouldn't install it unless I had the geeks here look over it.
sr. member
Activity: 294
Merit: 250
August 20, 2011, 08:49:23 PM
#3
looks good and clean!

as you may already know, people are going to want to see the source before they use this.

Really? I think ill show to code snippets, but i dont think i want to release all the code.
hero member
Activity: 566
Merit: 500
August 20, 2011, 05:15:03 PM
#2
looks good and clean!

as you may already know, people are going to want to see the source before they use this.
sr. member
Activity: 294
Merit: 250
August 20, 2011, 05:08:20 PM
#1
Mt.Gox Desktop - Current Version 0.0.1.0

I havent worked on this for very long AT ALL. There may be bugs, if so, just reply here with how to duplicate the bug. Clicking on the "Market" tab will pull info from mt.gox - you have to be online for this to work. I will be working on this later and if you have any suggestion, please let me know.

Download both of these files, and put them in the same directory:
http://zombietoday.com/checksum/self-build/mtgox-pricing.exe
http://zombietoday.com/checksum/self-build/mtgox-pricing.exe.config

Or, download and unzip:
http://zombietoday.com/checksum/self-build/mtgox-pricing.zip
*Big thanks to NothinG for the server host.
Screens:









Jump to: