edit toshiba bios image to accept any response code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kiknusko
    kiknusko
    • Jan 2019
    • 26
    • Slovensko

    #1

    edit toshiba bios image to accept any response code

    Hello i am trying to edit toshiba bios image to accept any response code
    Attached Files
  • KvnTM
    Badcaps Veteran
    • May 2018
    • 434
    • Germany

    #2
    Re: edit toshiba bios image to accept any response code

    Originally posted by kiknusko
    Hello i am trying to edit toshiba bios image to accept any response code
    What's the point of this?

    Comment

    • RethoricalCheese
      Badcaps Legend
      • Mar 2013
      • 1517
      • Estonia

      #3
      Re: edit toshiba bios image to accept any response code

      Originally posted by KvnTM
      What's the point of this?
      If you have response code generator to share then there is no point. If not, it was to remove bios password on toshibas. Sadly it is signed code so not possible to modify like this.

      Comment

      • imranromi
        Badcaps Legend
        • Jan 2015
        • 1288
        • Pakistan

        #4
        Re: edit toshiba bios image to accept any response code

        Originally posted by RethoricalCheese
        If you have response code generator to share then there is no point. If not, it was to remove bios password on toshibas. Sadly it is signed code so not possible to modify like this.
        Yes correct bios cannot modified if modified laptop no give display.

        Comment

        • KvnTM
          Badcaps Veteran
          • May 2018
          • 434
          • Germany

          #5
          Re: edit toshiba bios image to accept any response code

          Thats why I asked. There is no point editing bios files like this. Never had luck modifying bios rom's with a hex editor or disassembler. I believe every bios has at least a checksum check.
          I'd rather flash a clean bios with code signing intact. I don't think that it is locked to a cpu serial number or something else. Correct me if I'm wrong though.

          It would be interesting to know which device checks the signing. If it is a routine in the bios file itself you could easily manipulate it. if the EC or PCH has a check for it then there is no way around it.

          Comment

          • RethoricalCheese
            Badcaps Legend
            • Mar 2013
            • 1517
            • Estonia

            #6
            Re: edit toshiba bios image to accept any response code

            Password stored in ec/kbc so flashing clean bios has no point.

            I modify bios files all the time to remove passwords. Even made a modifying tool for HP which only has positive feedback thus far

            Comment

            • KvnTM
              Badcaps Veteran
              • May 2018
              • 434
              • Germany

              #7
              Re: edit toshiba bios image to accept any response code

              Originally posted by RethoricalCheese
              Password stored in ec/kbc so flashing clean bios has no point.

              I modify bios files all the time to remove passwords. Even made a modifying tool for HP which only has positive feedback thus far
              Is this also true for EC's which are non programmable and the firmware is shared with the bios on a single flash chip? Or do they have an EEPROM or something else in it to store the password? Never looked into EC's that far.

              Comment

              • RethoricalCheese
                Badcaps Legend
                • Mar 2013
                • 1517
                • Estonia

                #8
                Re: edit toshiba bios image to accept any response code

                Not sure if I understand your question.

                EC/KBC can be programmable and not programmable. When it is not programmable, it might have an eeprom next to it. When it is programmable, it has internal eeprom.

                When password is stored in EC/KBC (doesnt matter what kind), it is not possible to clear it by flashing a clean bios on main eeprom. Yes, it is possible to clear password from EC/KBC by flashing that with a clean file but this is often difficult because it might not be a soic8 eeprom.

                Comment

                • drgn997
                  Banned
                  • Dec 2011
                  • 19

                  #9
                  Re: edit toshiba bios image to accept any response code

                  @kiknusko
                  Start with something easy by modifying strings, but as RethoricalCheese or imranromi mentioned, it won't work as it seems that upon powering up, bios checks for firmware integrity.
                  I tried with a Tecra A9 with legacy bios, after modification it didn't give display output. With UEFI bioses seems easier to modify modules, but I haven't tried.

                  Comment

                  • said7002
                    Banned
                    • Sep 2013
                    • 15
                    • maroc

                    #10
                    Re: edit toshiba bios image to accept any response code

                    Password check: BIOS
                    out_buf = call_EC(
                    func=0x24,
                    in_buf=MD5(input)[:8] + pwd_type
                    )
                    out_buf[0] == 0 ⇒ success

                    Comment

                    • przemek_79
                      Member
                      • Dec 2014
                      • 28
                      • Poland

                      #11
                      Re: edit toshiba bios image to accept any response code

                      Originally posted by said7002
                      Password check: BIOS
                      out_buf = call_EC(
                      func=0x24,
                      in_buf=MD5(input)[:8] + pwd_type
                      )
                      out_buf[0] == 0 ⇒ success


                      according to the author, just rewrite this code to python and you can generate the code yourself

                      https://cdn.badcaps-static.com/pdfs/...b4ab0f2e13.pdf

                      Challenge: BIOSout_buf =call_EC(func=0x1A, in_buf=rdtsc()+MD5(pc_serial)[:8])challenge = bytes_to_string(out_buf)


                      Response: BIOSout_buf =call_EC(func=0x1B, in_buf=string_to_bytes(user_input))out_buf[0]⇒ success/fail

                      Comment

                      • biospwd
                        Banned
                        • Oct 2019
                        • 51
                        • Ireland

                        #12
                        Re: edit toshiba bios image to accept any response code

                        Originally posted by przemek_79
                        according to the author, just rewrite this code to python and you can generate the code yourself

                        https://cdn.badcaps-static.com/pdfs/...b4ab0f2e13.pdf

                        Challenge: BIOSout_buf =call_EC(func=0x1A, in_buf=rdtsc()+MD5(pc_serial)[:8])challenge = bytes_to_string(out_buf)


                        Response: BIOSout_buf =call_EC(func=0x1B, in_buf=string_to_bytes(user_input))out_buf[0]⇒ success/fail
                        I tried but It does not work for me.

                        Comment

                        • jafasbay@gmail.com
                          Member
                          • May 2019
                          • 19
                          • mocambique

                          #13
                          Re: edit toshiba bios image to accept any response code

                          i need the toshiba response code generator but i don know how to use phyton

                          Comment

                          • keczuk
                            Senior Member
                            • Dec 2019
                            • 83
                            • WWW

                            #14
                            Re: edit toshiba bios image to accept any response code

                            Someone have free solution for toshiba laptop ?

                            Comment

                            • CraterM
                              Senior Member
                              • Mar 2018
                              • 178
                              • Moldova

                              #15
                              Re: edit toshiba bios image to accept any response code

                              Originally posted by keczuk
                              Someone have free solution for toshiba laptop ?
                              Nop

                              Comment

                              • vinsun0399
                                Member
                                • Aug 2019
                                • 38
                                • Jakulin

                                #16
                                Re: edit toshiba bios image to accept any response code

                                Originally posted by KvnTM
                                Is this also true for EC's which are non programmable and the firmware is shared with the bios on a single flash chip? Or do they have an EEPROM or something else in it to store the password? Never looked into EC's that far.
                                YOU tell right , i think will have one method to unlock via patch bios file

                                Comment

                                • imranromi
                                  Badcaps Legend
                                  • Jan 2015
                                  • 1288
                                  • Pakistan

                                  #17
                                  Re: edit toshiba bios image to accept any response code

                                  Originally posted by vinsun0399
                                  YOU tell right , i think will have one method to unlock via patch bios file
                                  No work patch bios.The main reason toshiba bios cannot modified in protection if you modified laptop not give display.Or challange code is random.

                                  Comment

                                  • shh-phd
                                    Member
                                    • Mar 2016
                                    • 20
                                    • iran

                                    #18
                                    Re: edit toshiba bios image to accept any response code

                                    the program written in which Program language???

                                    Comment

                                    • RethoricalCheese
                                      Badcaps Legend
                                      • Mar 2013
                                      • 1517
                                      • Estonia

                                      #19
                                      Re: edit toshiba bios image to accept any response code

                                      Originally posted by shh-phd
                                      the program written in which Program language???

                                      There is no program

                                      Comment

                                      • tuanbacky
                                        New Member
                                        • Dec 2018
                                        • 9
                                        • Cambodia

                                        #20
                                        Re: edit toshiba bios image to accept any response code

                                        Originally posted by kiknusko
                                        Hello i am trying to edit toshiba bios image to accept any response code
                                        everybody can help response code ?

                                        Comment

                                        Related Topics

                                        Collapse

                                        • Focus2005
                                          HP OMEN 16-C0114NW – no image after replacing CPU Ryzen 7 5800H with 5 5600H and flashing BIOS
                                          by Focus2005
                                          Hello everyone.

                                          I have another HP OMEN 16-C0114NW laptop with serial number 5CD1501LJX. The original problem was as follows. The laptop could not load Windows and every time it threw a bluescreen - y - most often WHEA_UNCORRECTABLE_ERROR. The processor that was originally in it was AMD RYZEN 7 5800H MOBILE PROCESSOR - 100-000000295. I decided to replace it with a fully functional, used AMD RYZEN 5 5600H MOBILE PROCESSOR - 100-000000296, which I got from a donor board, on which it worked 100%. After soldering the processor, I also uploaded a new, fresh BIOS to it with the UBT2 program...
                                          05-01-2025, 05:41 AM
                                        • DynaxSC
                                          Need real mobo dump of BIOS v402 for ASUS PRIME Z590-A - stock image no help
                                          by DynaxSC
                                          Hi,

                                          I have a serious problem to program the Z590 chipset SRAM with a Management Engine after replacing the chipset.
                                          The new chipset is factory new and is not containing any Management Engine. Any attempts to program it into the chipset under Windows ends with a failure (eg. Error 20: Management Engine Device not present, or something similar).
                                          Due to the lack of the ME several ports on the board, including all M.2 ports aren't working, booting OS works only on USB. So it's now other way, as to program the chipset with a ME.

                                          Usually on ASUS boards it worked...
                                          06-14-2024, 03:49 PM
                                        • Vesko356
                                          [Guide] How to find the right HP bios version to flash
                                          by Vesko356
                                          First of all thanks to all of our members who have posted previously all methods posted here.
                                          Please leave a comment if you find something new,or have anything else to add.
                                          -----------------------------------------------------------------------------------------

                                          Find by serial number,model number or series

                                          If you know the laptop serial or model number go to HP support https://support.hp.com/us-en/drivers/laptops .
                                          Enter the serial number or model number and click submit.On the next screen you will have to enter the OS
                                          Operating system and OS version.If...
                                          08-11-2023, 03:27 AM
                                        • grimacelord
                                          Latitude E6530 - Trouble Extracting BIOS Image From EXE
                                          by grimacelord
                                          Hi folks,

                                          I'm having a hard time extracting this Dell BIOS. I have a Dell Latitude E6530 that has BIOS corruption and I need to reflash with CH341A programmer. I have already taken dumps of both the 4MB and 8MB chips on the motherboard.

                                          Service tag number for this model is: "JYDWYW1".
                                          Link to latest BIOS for this Service Tag: https://dl.dell.com/FOLDER05371360M/1/E6530A22.exe

                                          I have tried:
                                          • Simply extracting with 7zip
                                          • PFSExtractor
                                          • Using "/writeromfile, /writehdrfile, and /writehexfile" commands
                                          • Check Temp folder
                                          ...
                                          10-26-2023, 08:15 AM
                                        • glovecaps
                                          Asus ROG Strix Scar G533qm with a G733qm Motherboard, can I modify the Bios to accept G533 Bios
                                          by glovecaps
                                          Hello,

                                          I have a Asus ROG Strix Scar 15 (G533QM) that had a dead motherboard (Graphics card dead) and after trying to fix the motherboard with no success, I bit the bullet on a sale for a new motherboard. I ordered a motherboard for the 15 inch model which is the one that I have, and when the motherboard arrived it wasn't for a little while that I saw it was from the 17 inch model.

                                          My question is, can I update the Bios on this G733 motherboard to a G533 Bios.

                                          The reason for wanting to do this is that the keyboard isn't working as it should, and I think this...
                                          11-25-2024, 04:23 PM
                                        • Loading...
                                        • No more items.
                                        Working...