Quickbms android fix [termux]

Doubts, help and support about QuickBMS and other game research tools
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Quickbms android fix [termux]

Post by noob »

Hey i need a help with quick bms i tried to run quickbms in android and sucessfully done it with termux but when i try to recompile it doesnt reimport any fix for that problem it always say 0 files reimported when i do it in kali linux it doesnt even shows a error just stuck there it would be great if you could help and my architecture is aarch 64 this is the one i used and yes it is from this forum only https://drive.google.com/file/d/1EN8TBa%20...%20p=drivesdk
Youlikethis9939
Posts: 6
Joined: Fri Oct 26, 2018 7:55 am

Re: Quickbms android fix

Post by Youlikethis9939 »

Hello frnd,
Can u tell me how use quickbms in android
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix

Post by aluigi »

Use quickbms on Windows or Linux or MacOSX on a computer with a x86/x64 CPU (Intel/AMD).

Builds:
Windows: http://aluigi.org/papers/quickbms.zip
Linux (Debian/Ubuntu): http://aluigi.org/papers/quickbms_linux.zip
MacOSX: http://aluigi.org/papers/quickbms_macosx.zip

Current 0.9.0 doesn't work with wine due to wine unable to handle a flag in CreateFile, next 0.9.1 will solve the problem.

quickbms is not tested on Android and no build available for ARM, currently there is no plan to support mobile.
Youlikethis9939
Posts: 6
Joined: Fri Oct 26, 2018 7:55 am

Re: Quickbms android fix

Post by Youlikethis9939 »

My mobile rooted ,any idea to run quickbms in termux, because my some frnds use but he not tell me how use
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix

Post by noob »

Yea i know the prob is in doing this in a aarch64 type structure i sucessfully ran bms but prob is the reimport function dont seem to be working any solution for it current it is a terminal emulator on. Android os
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix

Post by aluigi »

What's the exact error you get?
Just "no files reimported" or an error or something else?
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix

Post by noob »

Just 0 files reimported nothing else
Shadow
Posts: 2
Joined: Wed Oct 31, 2018 11:14 pm

Help me termux! Zenhax

Post by Shadow »

:( help me zenhax! How can i reimport file with using termux Android app. I mean how i repack any file again tell me i use bms & nxpk tell me please
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix [termux]

Post by aluigi »

reimporting works exactly like in extraction mode, same functions and same "fopen".
Basically instead of doing 'fopen(filename, "wb")' it does 'fopen(filename, "rb")' for loading the file.
Are you 100% sure to have used the reimport mode in the correct way?

Example:
extract: quickbms file.bms archive.dat output_folder
reimport: quickbms -r -w file.bms archive.dat output_folder

Currently none of you has posted a screenshot or the command-line used for reimporting, that would be helpful to exclude an user-side error.
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix [termux]

Post by noob »

never mind it was a bug in my device thank you verymuch for the help aluigi you rock dude
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix [termux]

Post by aluigi »

:D
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix [termux]

Post by noob »

Lol a new problem arised when i edit the file and reimport it says 0 file reimported
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix [termux]

Post by aluigi »

I will check it.
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix [termux]

Post by noob »

Btw this is dont on a 32bit emu for aarch 64
Youlikethis9939
Posts: 6
Joined: Fri Oct 26, 2018 7:55 am

Re: Quickbms android fix [termux]

Post by Youlikethis9939 »

Bro tell me plz how work quick bms on termux and give me link of script which is run on termux
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix [termux]

Post by aluigi »

@noob
What's the script you are using?

Can you try an extraction and reimporting using the following script (use it as input file too, just a test)?

Code: Select all

log dump 0 10
Youlikethis9939
Posts: 6
Joined: Fri Oct 26, 2018 7:55 am

Re: Quickbms android fix [termux]

Post by Youlikethis9939 »

Aluigi plz reply me ,,plz tell me how use quickbms o termux my mobile is rooted
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix [termux]

Post by noob »

aluigi wrote:@noob
What's the script you are using?

Can you try an extraction and reimporting using the following script (use it as input file too, just a test)?

Code: Select all

log dump 0 10

Im using nxpk.bms latest one
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Quickbms android fix [termux]

Post by aluigi »

And do you have the same problem with that simple test script I posted?
noob
Posts: 28
Joined: Sun Sep 30, 2018 7:20 am

Re: Quickbms android fix [termux]

Post by noob »

Didnt saw the script do u mean that logging codeline ? Can you specify me what to do



Edit:when i use that log dump 0 10 as input script and the options as -F -W and archieve as the log dump it gives a output with log dump 0
Last edited by noob on Sun Nov 04, 2018 2:59 am, edited 1 time in total.