Jump to content

qmastery16

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by qmastery16

  1. Dear friend, thank you very much for this information! After a lot of researching I found this wonderful freeware tool: " Belkasoft Live RAM Capturer is a tiny free forensic tool that allows to reliably extract the entire contents of computer’s volatile memory – even if protected by an active anti-debugging or anti-dumping system " https://belkasoft.com/ram-capturer - Indeed this forensic software is dumping more than just RAM! My laptop has 16 GB RAM - 16384 MB ( 0x400000000 bytes ) but these dumps are 0x42F000000 bytes, 17136 MB. Then I just searched through this dump for BR45149.002 (discrete GPU Video BIOS part number) and have found two full copies of this ROM after 0x42D000000 offset: copies at 0x42D305020 and 0x42E40DCD0 offsets. I know how AtomBIOS starts ( 0x55 0xaa ) as well as how it ends ( a lot of 0xFF's and aligned to 0x200 or maybe 0x100 ), so it became obvious that the size is 32768 bytes ( 0x8000 ) and from what offset I should start copying it to get ROM ! Of course there is a lot of manual work with this method, but so far its the only method that has worked for me Good luck and happy hacking!
  2. I am not sure if ULPS is a problem, because "Wake GPUs up at AIDA64 startup" is enabled so the GPUs should have left the low power state. Probably its just harder to extract VGABIOS from laptops and another approach is required... Thank you very much for your detailed reply, Fiery. The last thing which I don't understand: if AIDA64 can't extract VGABIOS from R5 M230 card, please tell - how and from where AIDA64 gets this information below? Your answer to this question may help me to advance in research, and I promise to share all the findings with you in case of success
  3. Thank you very much for your reply, Fiery! 2) when AIDA64 successfully finds two or more GPUs with flash BIOS readout, - will it try to save the flash BIOS contents into one or more .ROM files for all these GPUs? Or AIDA64 will save the contents only for one of these GPUs and will instantly exit "vbios dump" function without even trying to dump the video BIOS files for the rest of successfully found GPUs? Please could you check it? 4) in my situation AIDA64 successfully dumps flash BIOS for chipset integrated GPU ( HD 8650G ), but looks like it does not even try to dump the discrete R5 M230 flash BIOS - - despite that it successfully shows BIOS date and information which are a part of AMD Video BIOS header, so it should be able to read the rest of this Video BIOS as well Please could you comment this behaviour? It would be ideal to add a small submenu which allows the user to try to dump a video BIOS for a specific GPU. This small improvement, which would take just about 5-10 minutes of your time, will be very helpful for debugging P.S. as a software programmer I'd have gladly contributed it but sadly AIDA64 is closed source software
  4. Good day! I have Lenovo G505S laptop with integrated + discrete graphics: HD 8650G integrated GPU (part of A10-5750M APU) and R5 M230 discrete GPU "AMD Dual Graphics" feature is currently disabled, so these two GPUs are not "merged to one" and are separately detected by Windows 7 x86_64 SP1. This setup is very similar to dampflokfreund's : After following your great advice from ^ this thread ( choose "Wake GPUs up at AIDA64 startup" at AIDA64 Preferences / Stability ) AIDA64 separately detects my integrated and discrete GPU, - and outputs this advanced technical information for discrete GPU : AMD Radeon R5 M230 Series (Sun) BIOS Version - 015.041.000.000 BIOS Date - 11/28/2013 ... Part Number - BR45149.002 PCI Device 1002-6665 / 17AA-3804 (Rev 00) ... Bus Type PCI Express 2.0 x8 @ 3.0 x63 This information above which is marked bold - Video BIOS version, build date, and also Part Number, - is a part of any AMD Video BIOS at its' beginning. By seeing that AIDA64 successfully obtains this information, I am confident that AIDA64 could read the rest of AMD Video BIOS and dump it to a file However, when I right click at bottom panel and then go to " Video Debug ---> Video BIOS Dump " - there is a problem: Expected behaviour: AIDA64 already knows that there are two separate GPUs in my system. It asks for which GPU I would like to save a Video BIOS Dump file, and only then asks me about its' location Observed behaviour: despite knowing that there are two separate GPUs in my system, AIDA64 does not ask for which GPU I would like to save a video dump. Instead, AIDA64 instantly asks for dump file location, and after looking at its' size as well as contents - I could see that it only contains Video BIOS for integrated graphics card, probably because integrated GPU was the first at GPU list Proposed solution: Please add the opportunity to choose and dump Video BIOS for any available graphics card that can be seen at Display ---> GPU list
×
×
  • Create New...