Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The files from _ext.bin are not extracted #6

Closed
AntonKukoba1 opened this issue Jul 28, 2021 · 5 comments
Closed

The files from _ext.bin are not extracted #6

AntonKukoba1 opened this issue Jul 28, 2021 · 5 comments
Labels
question Further information is requested

Comments

@AntonKukoba1
Copy link

Well the application kinda works. It produces _sfx.exe and _ext.bin. SFX exe crashes, and it looks like all the files are stored within _ext.bin. Is there any way to extract _ext.bin contents?

@lifenjoiner lifenjoiner added the question Further information is requested label Jul 28, 2021
@dubhater
Copy link

Hi!

ISx produced the sfx and ext files. How can I extract them further without running the sfx? 7z doesn't do it.

@lifenjoiner
Copy link
Owner

That is not likely to be an InstallShield installer.

@dubhater
Copy link

So, the file I'm working with is here: http://en.comfast.com.cn/uploadfile/2022/0610/20220610062026256.zip It contains one file: comfast setup x64.exe

I ran wine ISx.exe comfast\ setup\ x64.exe, which printed this:

comfast setup x64.exe
[0x0010F400]
Dir: "comfast setup x64_u\"
0x00000000 0001111040 "comfast setup x64_sfx.exe" ...   Y
files total: 6
extracting:
0x0010F45A 0000004607 "???u???O??"
                      can't create file!
extra data:
0x0010F45A 0001016826 "comfast setup x64_ext.bin" ...   Y

It produced the two files mentioned.

strings --encoding=l comfast\ setup\ x64_ext.bin shows the following:

0x0409.ini
0x0804.ini
1033.mst
2052.mst
COMFAST Wireless Network Adapter.msi
Setup.ini

I assume this is where the actual driver files are stored.

strings --encoding=l comfast\ setup\ x64_sfx.exe shows a lot more strings. These are just a few:

Preparing Setup>Please wait while the InstallShield Wizard prepares the setup.
LegalCopyright
Copyright (c) 2020 Flexera. All Rights Reserved.
OriginalFilename
setup.exe
ProductName
COMFAST Wireless Network Adapter
ProductVersion
6.1.13716.6
Internal Build Number
198300
ISInternalVersion
26.0.546
ISInternalDescription
Setup Launcher Unicode

I don't even need the driver, I just want to know what driver it is.

What do you think? Is there any chance to extract this?

@lifenjoiner
Copy link
Owner

Obviously, @dubhater you used it on a new version installer that was not supported. v0.3.3 has been released.

@dubhater
Copy link

I see. v0.3.3 extracted the msi. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants