Advertising (This ad goes away for registered users. You can Login or Register)

[Tutorial] How to dump any file between 2MB and 16MB

Post here your guides, tips, how-to, etc...
mr.gas
Guru
Posts: 163
Joined: Sat Apr 05, 2014 6:35 pm
Location: YEMEN

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by mr.gas » Sun Nov 15, 2015 7:02 pm

niszczycielnpc wrote:First set music database send to vita...
then just forward message wait till it done.
When its done minimalize (ps button) mail app DONT CLOSE IT!
Then simply dump to pc via content manager.
how is he going to know the file name ?
Advertising

User avatar
niszczycielnpc
Posts: 259
Joined: Thu Dec 19, 2013 12:10 pm
Location: %appdata%/Poland/Netherland

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by niszczycielnpc » Sun Nov 15, 2015 7:05 pm

mr.gas wrote:
niszczycielnpc wrote:First set music database send to vita...
then just forward message wait till it done.
When its done minimalize (ps button) mail app DONT CLOSE IT!
Then simply dump to pc via content manager.
how is he going to know the file name ?
Is this not the same name of file you want to dump?

But as you said we can just make files "forward" to like (ux0:pspemu/psp/savegame/dump)
It will be faster and better method.
Advertising
Last edited by niszczycielnpc on Sun Nov 15, 2015 7:22 pm, edited 1 time in total.
My Devices [spoiler]PSVITA BLACK 3.50 - private exploit/color]
PLAYSTATION 4 OFW
PSP BLACK-1004 3.90 M33-2
XBOX 360 RGH JASPER
SAMSUNG GALAXY S 7 EDGE ROOTED
SAMSUNG GALAXY S ADVANCE ROOTED
NOKIA LUMIA 520[/spoiler]

mr.gas
Guru
Posts: 163
Joined: Sat Apr 05, 2014 6:35 pm
Location: YEMEN

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by mr.gas » Sun Nov 15, 2015 7:21 pm

the actual file name stored differently in ux0
.
lets say it's ux0:email/messages /00/01.dat.02 ,and the file name in db is test.png
.
so when u click in the image the email app copy the file to a temp to ux0:temp/email/test.png (not 01.dat.02)
.
so the trick is when u rename the image in the db to ../../../test.png it will copy it to
ux0:temp/email/../../../test.png which means it will be in ux0:test.png
.
that's how it's working!

User avatar
niszczycielnpc
Posts: 259
Joined: Thu Dec 19, 2013 12:10 pm
Location: %appdata%/Poland/Netherland

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by niszczycielnpc » Mon Nov 16, 2015 7:37 am

mr.gas wrote:the actual file name stored differently in ux0
.
lets say it's ux0:email/messages /00/01.dat.02 ,and the file name in db is test.png
.
so when u click in the image the email app copy the file to a temp to ux0:temp/email/test.png (not 01.dat.02)
.
so the trick is when u rename the image in the db to ../../../test.png it will copy it to
ux0:temp/email/../../../test.png which means it will be in ux0:test.png
.
that's how it's working!
So i need to add trigger that renames files?
Like i have test.png and i want to dump it just renames it and i get it in ux0:test.png?
My Devices [spoiler]PSVITA BLACK 3.50 - private exploit/color]
PLAYSTATION 4 OFW
PSP BLACK-1004 3.90 M33-2
XBOX 360 RGH JASPER
SAMSUNG GALAXY S 7 EDGE ROOTED
SAMSUNG GALAXY S ADVANCE ROOTED
NOKIA LUMIA 520[/spoiler]

OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by OperationNT » Mon Nov 16, 2015 9:57 am

I think what mr.gas try to say is that when you click on "Forward" and the message edition panel opens, it takes some time to create a first temporary file inside "ux0:email/messages/00". Then, when you click on the attachment to see it, there is a secondary temporary file created inside "ux0:temp/email/blahblah/AttachmentName": it is this file which will be opened by the email application picture display functionality.
However, it is pointless to get this secondary temporary file if email application crashes because its copy takes too much time. So try to guess what path is represented by "../../.." will not bring anything. We must find out where is the first temporary file (inside "ux0:email/messages/00"), I think the file name probably depends on future message ID and attachment part index.

What I don't get from mr.gas hints (about saving the forward attachment path) is that, as long as the forward message isn't saved (and it cannot be saved if an attachment is too huge), nothing seems to be recorded in "mail.db". I already made this test a long time ago by dumping "mail.db" through music database trick while email application was open on "Forward" message editor. I will try to double check this when I have more time.

User avatar
niszczycielnpc
Posts: 259
Joined: Thu Dec 19, 2013 12:10 pm
Location: %appdata%/Poland/Netherland

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by niszczycielnpc » Wed Nov 18, 2015 3:44 pm

Yeah i finnaly find it :D

Everything is saving in "DT_MESSAGE_PART" in your mail.db

now im gonna try to dump some games :D

So first forward message then u will see in mail.db "ux0:email/message/00/00/53.Part.1.dat"

So just forward message, dump mail.db with music database trick, and then you just need to configure music.db and dump right file :D.. i can make tutorial if u want but later becouse i need to try dump something.
My Devices [spoiler]PSVITA BLACK 3.50 - private exploit/color]
PLAYSTATION 4 OFW
PSP BLACK-1004 3.90 M33-2
XBOX 360 RGH JASPER
SAMSUNG GALAXY S 7 EDGE ROOTED
SAMSUNG GALAXY S ADVANCE ROOTED
NOKIA LUMIA 520[/spoiler]

mr.gas
Guru
Posts: 163
Joined: Sat Apr 05, 2014 6:35 pm
Location: YEMEN

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by mr.gas » Wed Nov 18, 2015 4:23 pm

niszczycielnpc wrote:Yeah i finnaly find it :D

Everything is saving in "DT_MESSAGE_PART" in your mail.db

now im gonna try to dump some games :D

So first forward message then u will see in mail.db "ux0:email/message/00/00/53.Part.1.dat"

So just forward message, dump mail.db with music database trick, and then you just need to configure music.db and dump right file :D.. i can make tutorial if u want but later becouse i need to try dump something.
good job .. finally someone got the idea :)

User avatar
niszczycielnpc
Posts: 259
Joined: Thu Dec 19, 2013 12:10 pm
Location: %appdata%/Poland/Netherland

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by niszczycielnpc » Wed Nov 18, 2015 4:43 pm

mr.gas wrote:
niszczycielnpc wrote:Yeah i finnaly find it :D

Everything is saving in "DT_MESSAGE_PART" in your mail.db

now im gonna try to dump some games :D

So first forward message then u will see in mail.db "ux0:email/message/00/00/53.Part.1.dat"

So just forward message, dump mail.db with music database trick, and then you just need to configure music.db and dump right file :D.. i can make tutorial if u want but later becouse i need to try dump something.
good job .. finally someone got the idea :)
Only its little bit complicated becouse you need to count "parts"
you need to know that when you installing file like music.db "say its now 06.Part.2.dat" and after installing it will be "07.Part.1.dat
then when you click on forward for file you want dump it will be "07.Part.2.dat"
so you need to count everything before dumping... but maybe im wrong im now on forwarding stage xD
but anyway its like so "01.Part.1.dat" then "01.Part.2.dat" then "02.Part.1.dat" and so on...
My Devices [spoiler]PSVITA BLACK 3.50 - private exploit/color]
PLAYSTATION 4 OFW
PSP BLACK-1004 3.90 M33-2
XBOX 360 RGH JASPER
SAMSUNG GALAXY S 7 EDGE ROOTED
SAMSUNG GALAXY S ADVANCE ROOTED
NOKIA LUMIA 520[/spoiler]

mr.gas
Guru
Posts: 163
Joined: Sat Apr 05, 2014 6:35 pm
Location: YEMEN

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by mr.gas » Wed Nov 18, 2015 4:48 pm

just do a trigger to change the flag from 3 to 0 .. then close the email app .. so the email app wont delete the message and related files in the next boot .. get it ?

User avatar
niszczycielnpc
Posts: 259
Joined: Thu Dec 19, 2013 12:10 pm
Location: %appdata%/Poland/Netherland

Re: [Tutorial] How to dump any file between 2MB and 16MB

Post by niszczycielnpc » Wed Nov 18, 2015 4:50 pm

mr.gas wrote:just do a trigger to change the flag from 3 to 0 .. then close the email app .. so the email app wont delete the message and related files in the next boot .. get it ?
Ohh nice :D yes i think i get it
My Devices [spoiler]PSVITA BLACK 3.50 - private exploit/color]
PLAYSTATION 4 OFW
PSP BLACK-1004 3.90 M33-2
XBOX 360 RGH JASPER
SAMSUNG GALAXY S 7 EDGE ROOTED
SAMSUNG GALAXY S ADVANCE ROOTED
NOKIA LUMIA 520[/spoiler]

Post Reply

Return to “Tutorials”