Go Back  
Reply
 
Thread Tools
Old 12-28-2012   #11
tranvanthien
Member
 
Join Date: Dec 2010
Posts: 51
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Hi aldostools !

And 1 more thing is the installer will make 2 folder "ps3tools" like that
"c:\user\user name\ps3tool\ps3tools\"

Why you don't make another folder to install the program but choose the folder "user" if someone use WinXP they dont have folder "user". And why there are 2 folder "ps3tools".
I though this is only tiny mistake but it will be perfect if you fix that
tranvanthien is offline   Reply With Quote
Old 12-28-2012   #12
itskamel
Senior Member
 
itskamel's Avatar
 
Join Date: May 2011
Location: somewhere close
Posts: 3,983
Likes: 1,188
Liked 2,218 Times in 927 Posts
Mentioned: 331 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to itskamel
Anyone else not getting av alerts on this?
itskamel is offline   Reply With Quote
Old 12-28-2012   #13
GregoryRasputin
 
GregoryRasputin's Avatar
 
Join Date: Jan 2008
Posts: 14,668
Likes: 8,398
Liked 14,900 Times in 5,706 Posts
Mentioned: 1383 Post(s)
Tagged: 3 Thread(s)
Originally Posted by itskamel View Post
Anyone else not getting av alerts on this?
A member on another thread has and when you mentioned it to me, i decided to check for myself and yes my AV as well as a couple of the online Virus Scanners said it was or contained a Trojan

But im sure it is a false positive.
GregoryRasputin is offline   Reply With Quote
Old 12-28-2012   #14
itskamel
Senior Member
 
itskamel's Avatar
 
Join Date: May 2011
Location: somewhere close
Posts: 3,983
Likes: 1,188
Liked 2,218 Times in 927 Posts
Mentioned: 331 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to itskamel
Originally Posted by GregoryRasputin View Post
A member on another thread has and when you mentioned it to me, i decided to check for myself and yes my AV as well as a couple of the online Virus Scanners said it was or contained a Trojan

But im sure it is a false positive.
meh. i guess i will pass on it for now then.
itskamel is offline   Reply With Quote
Old 12-28-2012   #15
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 955
Likes: 926
Liked 1,245 Times in 493 Posts
Mentioned: 596 Post(s)
Tagged: 0 Thread(s)
@tranvanthien the installer let you choose the installation folder.

@itskamel let me explain you a bit how Antivirus work and why it is a "False Positive":

Almost all the antivirus software work using a database of known virus (blacklist & whitelist). They analyze several parts of the operating system (boot sectors, registry, files, etc.). For executables, they analyze the binary code to find patterns (many mordern virus try to ofuscate the AV modifying its code on every replication).

Some of these patterns are determinted based on "heuristics"... in other words, the AV checks the behavior of the program and catalog it as virus if the program does not behaves as a typical application.

PKG_ContentID.exe associates many file extensions to it to automate several tasks related to sign/decrypt/etc. Many AV think it is a virus/trojan because real malware have the same behavior. Additionally the program is updated frequently, so they may not have whitelisted the hash of the latest versions.

Additionally, AV companies want that the developers acquire a "Developer ID Certification Authority", just to certificate that it is a trusted developer. And that is not free

BTW my "so called trojan" was updated to 2.0.57
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 12-29-2012 at 09:47 AM. Reason: typos
aldostools is offline   Reply With Quote
Likes: (5)
Old 12-30-2012   #16
ihton
Apprentice
 
Join Date: Dec 2012
Posts: 2
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Aldos, hostmonster has drop your site...

Can u reupload it?

P.S: If you need a web-hosting I can give you one, just PM me.
ihton is offline   Reply With Quote
Old 01-04-2013   #17
tranvanthien
Member
 
Join Date: Dec 2010
Posts: 51
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
@aldostools

Did you see this ? what's happen with BruteforceSaveData icon ?
tranvanthien is offline   Reply With Quote
Old 01-04-2013   #18
OKR2012
Member
 
OKR2012's Avatar
 
Join Date: Feb 2012
Posts: 299
Likes: 222
Liked 56 Times in 45 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
Originally Posted by tranvanthien View Post
@aldostools

Did you see this ? what's happen with BruteforceSaveData icon ?
There is a problem with the menu.ini file with the exe for the tools. I just edited it and added a line under the "Bruteforcesavedata" and typed "icon=(none)". I'm not on my PC currently so i'm not sure about the exact names but that's basically what i did.
__________________
PS3 Fat CECHL04 . Rebug 4.30.2 REX CFW . The 3.55 Elite Club
80GB internal HDD . 1TB External HDD .
Multiman Latest Version.
OKR2012 is offline   Reply With Quote
Old 01-04-2013   #19
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 955
Likes: 926
Liked 1,245 Times in 493 Posts
Mentioned: 596 Post(s)
Tagged: 0 Thread(s)
Thanks @tranvanthien for the report.

The menu in ps3tools 2.0.57 should fix it, but the menu.ini should be generated again deleting it or edit it as @OKR2012 explained above (adding "icon=(none)").

The pixelation is due the program is reading the real icon from the EXE (32x32) and stretching it to 100x100. For the other tools, I was detecting them by name and using an internal icon 100x100 instead of the real one.
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 01-04-2013 at 07:03 AM.
aldostools is offline   Reply With Quote
Old 01-04-2013   #20
tranvanthien
Member
 
Join Date: Dec 2010
Posts: 51
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Originally Posted by OKR2012 View Post
There is a problem with the menu.ini file with the exe for the tools. I just edited it and added a line under the "Bruteforcesavedata" and typed "icon=(none)". I'm not on my PC currently so i'm not sure about the exact names but that's basically what i did.
thank you. I've added the line "icon=(none)" and it worked flawlessly.
tranvanthien is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 12:22 AM.