How I can extract Binary file from EXE file?
I have a BIOS file .EXE and I want to extract the bainary file from it to flash it to a BIOS chip directly with USB EEPROM programmer.
- What I have tried: Extracting the EXE file with 7ZIP or WINZIP to
look if there is a BIN file inside it, But I only find ROM file.
I tried diffrent programs like universal extracter and the same result.
Any one have any idea how to do that?
bios binary-files eeprom
add a comment |
I have a BIOS file .EXE and I want to extract the bainary file from it to flash it to a BIOS chip directly with USB EEPROM programmer.
- What I have tried: Extracting the EXE file with 7ZIP or WINZIP to
look if there is a BIN file inside it, But I only find ROM file.
I tried diffrent programs like universal extracter and the same result.
Any one have any idea how to do that?
bios binary-files eeprom
2
Why do you assume there should be a .BIN file? ASUS motherboards, as an example, use a .ROM extension for the update file. Is there a reason you don't want to run the mfr's standalone update utility?
– Debra
Jan 16 at 19:11
I repair electronics for living, sometimes laptops came with stuck bios firmwere and we need to flash it again on external programmer to make the laptop work again, we use only BIN files to flash these chips direclty, and these files doesnt always exsist, so I need away to do it by myself
– Narzan Q.
Jan 16 at 19:17
1
You can try Resource Hacker
– wysiwyg
Jan 16 at 20:12
@wysiwyg that's an awsome app, I will give it a try thanks
– Narzan Q.
Jan 16 at 21:40
add a comment |
I have a BIOS file .EXE and I want to extract the bainary file from it to flash it to a BIOS chip directly with USB EEPROM programmer.
- What I have tried: Extracting the EXE file with 7ZIP or WINZIP to
look if there is a BIN file inside it, But I only find ROM file.
I tried diffrent programs like universal extracter and the same result.
Any one have any idea how to do that?
bios binary-files eeprom
I have a BIOS file .EXE and I want to extract the bainary file from it to flash it to a BIOS chip directly with USB EEPROM programmer.
- What I have tried: Extracting the EXE file with 7ZIP or WINZIP to
look if there is a BIN file inside it, But I only find ROM file.
I tried diffrent programs like universal extracter and the same result.
Any one have any idea how to do that?
bios binary-files eeprom
bios binary-files eeprom
asked Jan 16 at 19:03
Narzan Q.Narzan Q.
588418
588418
2
Why do you assume there should be a .BIN file? ASUS motherboards, as an example, use a .ROM extension for the update file. Is there a reason you don't want to run the mfr's standalone update utility?
– Debra
Jan 16 at 19:11
I repair electronics for living, sometimes laptops came with stuck bios firmwere and we need to flash it again on external programmer to make the laptop work again, we use only BIN files to flash these chips direclty, and these files doesnt always exsist, so I need away to do it by myself
– Narzan Q.
Jan 16 at 19:17
1
You can try Resource Hacker
– wysiwyg
Jan 16 at 20:12
@wysiwyg that's an awsome app, I will give it a try thanks
– Narzan Q.
Jan 16 at 21:40
add a comment |
2
Why do you assume there should be a .BIN file? ASUS motherboards, as an example, use a .ROM extension for the update file. Is there a reason you don't want to run the mfr's standalone update utility?
– Debra
Jan 16 at 19:11
I repair electronics for living, sometimes laptops came with stuck bios firmwere and we need to flash it again on external programmer to make the laptop work again, we use only BIN files to flash these chips direclty, and these files doesnt always exsist, so I need away to do it by myself
– Narzan Q.
Jan 16 at 19:17
1
You can try Resource Hacker
– wysiwyg
Jan 16 at 20:12
@wysiwyg that's an awsome app, I will give it a try thanks
– Narzan Q.
Jan 16 at 21:40
2
2
Why do you assume there should be a .BIN file? ASUS motherboards, as an example, use a .ROM extension for the update file. Is there a reason you don't want to run the mfr's standalone update utility?
– Debra
Jan 16 at 19:11
Why do you assume there should be a .BIN file? ASUS motherboards, as an example, use a .ROM extension for the update file. Is there a reason you don't want to run the mfr's standalone update utility?
– Debra
Jan 16 at 19:11
I repair electronics for living, sometimes laptops came with stuck bios firmwere and we need to flash it again on external programmer to make the laptop work again, we use only BIN files to flash these chips direclty, and these files doesnt always exsist, so I need away to do it by myself
– Narzan Q.
Jan 16 at 19:17
I repair electronics for living, sometimes laptops came with stuck bios firmwere and we need to flash it again on external programmer to make the laptop work again, we use only BIN files to flash these chips direclty, and these files doesnt always exsist, so I need away to do it by myself
– Narzan Q.
Jan 16 at 19:17
1
1
You can try Resource Hacker
– wysiwyg
Jan 16 at 20:12
You can try Resource Hacker
– wysiwyg
Jan 16 at 20:12
@wysiwyg that's an awsome app, I will give it a try thanks
– Narzan Q.
Jan 16 at 21:40
@wysiwyg that's an awsome app, I will give it a try thanks
– Narzan Q.
Jan 16 at 21:40
add a comment |
1 Answer
1
active
oldest
votes
There are various methods for extracting the BIOS file from the installation
files. That file can have various formats: ROM, BIN, FD, CAP, BIO, WPH and EFI.
Use 7-Zip or Uni Extract.
Find in TEMP folder:
Many installers extract the package file into the TEMP directory. Launch the setup
and once the first dialog or prompt is displayed, examine your TEMP directory for
a newly created sub-directory or file. Copy that file from TEMP folder and then
cancel the installation.A Dell
.exeBIOS file can be extracted by running
install-file.exe /writeromfile.
Other known parameters arewritehdrfileandwritehexfile.
Another method is to use
PFSExtractor.This thread
describes using the tool B2MB.
This is by no means an exhaustive list of all the possible formats.
1
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395076%2fhow-i-can-extract-binary-file-from-exe-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are various methods for extracting the BIOS file from the installation
files. That file can have various formats: ROM, BIN, FD, CAP, BIO, WPH and EFI.
Use 7-Zip or Uni Extract.
Find in TEMP folder:
Many installers extract the package file into the TEMP directory. Launch the setup
and once the first dialog or prompt is displayed, examine your TEMP directory for
a newly created sub-directory or file. Copy that file from TEMP folder and then
cancel the installation.A Dell
.exeBIOS file can be extracted by running
install-file.exe /writeromfile.
Other known parameters arewritehdrfileandwritehexfile.
Another method is to use
PFSExtractor.This thread
describes using the tool B2MB.
This is by no means an exhaustive list of all the possible formats.
1
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
add a comment |
There are various methods for extracting the BIOS file from the installation
files. That file can have various formats: ROM, BIN, FD, CAP, BIO, WPH and EFI.
Use 7-Zip or Uni Extract.
Find in TEMP folder:
Many installers extract the package file into the TEMP directory. Launch the setup
and once the first dialog or prompt is displayed, examine your TEMP directory for
a newly created sub-directory or file. Copy that file from TEMP folder and then
cancel the installation.A Dell
.exeBIOS file can be extracted by running
install-file.exe /writeromfile.
Other known parameters arewritehdrfileandwritehexfile.
Another method is to use
PFSExtractor.This thread
describes using the tool B2MB.
This is by no means an exhaustive list of all the possible formats.
1
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
add a comment |
There are various methods for extracting the BIOS file from the installation
files. That file can have various formats: ROM, BIN, FD, CAP, BIO, WPH and EFI.
Use 7-Zip or Uni Extract.
Find in TEMP folder:
Many installers extract the package file into the TEMP directory. Launch the setup
and once the first dialog or prompt is displayed, examine your TEMP directory for
a newly created sub-directory or file. Copy that file from TEMP folder and then
cancel the installation.A Dell
.exeBIOS file can be extracted by running
install-file.exe /writeromfile.
Other known parameters arewritehdrfileandwritehexfile.
Another method is to use
PFSExtractor.This thread
describes using the tool B2MB.
This is by no means an exhaustive list of all the possible formats.
There are various methods for extracting the BIOS file from the installation
files. That file can have various formats: ROM, BIN, FD, CAP, BIO, WPH and EFI.
Use 7-Zip or Uni Extract.
Find in TEMP folder:
Many installers extract the package file into the TEMP directory. Launch the setup
and once the first dialog or prompt is displayed, examine your TEMP directory for
a newly created sub-directory or file. Copy that file from TEMP folder and then
cancel the installation.A Dell
.exeBIOS file can be extracted by running
install-file.exe /writeromfile.
Other known parameters arewritehdrfileandwritehexfile.
Another method is to use
PFSExtractor.This thread
describes using the tool B2MB.
This is by no means an exhaustive list of all the possible formats.
answered Jan 16 at 20:32
harrymcharrymc
257k14269570
257k14269570
1
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
add a comment |
1
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
1
1
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
The second one to look inside temp files is awesome, solved alot of errors and so clean
– Narzan Q.
Jan 16 at 22:01
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395076%2fhow-i-can-extract-binary-file-from-exe-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Why do you assume there should be a .BIN file? ASUS motherboards, as an example, use a .ROM extension for the update file. Is there a reason you don't want to run the mfr's standalone update utility?
– Debra
Jan 16 at 19:11
I repair electronics for living, sometimes laptops came with stuck bios firmwere and we need to flash it again on external programmer to make the laptop work again, we use only BIN files to flash these chips direclty, and these files doesnt always exsist, so I need away to do it by myself
– Narzan Q.
Jan 16 at 19:17
1
You can try Resource Hacker
– wysiwyg
Jan 16 at 20:12
@wysiwyg that's an awsome app, I will give it a try thanks
– Narzan Q.
Jan 16 at 21:40