2023年6月10日 星期六

RU 5.33.0425 BETA

BUG: This version has a bug that makes it look like hang.  Do not download this version.

 

This is a minor bug fix version for QEMU as reported by one of RU users.  As always, nothing has been fully tested.

  • Fixed ASSERT on Pool.c in QEMU
  • Detect undefined MSRs for other CPUs, not just Intel's

 

Get encrypted zip file from github 

Password: 1ed2f742-228d-4dc4-b5ba-abdca1499bc8

5 則留言:

ryan 提到...

你好,請教 如何用 RU 讀取到 Sign On Message 字串,能否用語法命令直接讀取或保存文檔,謝謝!

James Wang 提到...

Ryan,

RU can't find sign on message because it is IBV specific. If you know where it is you can read the memory (ALT-7) and save it (Shift-F2) to a binary file

RivenSSR 提到...

您好!
我是一个小白,想咨询一个问题~
我之前使用RU尝试给cpu降压超频,重启后就一直黑屏,大写锁定键显示三长两短。
可疑点:
1.U盘没有格式化
2.每次修改没有Ctrl+w保存
3.退出时是按的电源键重启,不知道退出的组合键是什么。
您觉得是哪个问题的可能性最大?谢谢~!

讀取資料會死當 提到...

Hi James,
你好, 我算是你的老朋友. 請問你一個問題:
Coffee lake project:

在揭露P2SB前, 有2件事必須先做:
1. P2SB預設是不顯示, 必須先透過FSP將存取權限先打開
2. 然後在.c程式, 將顯示功能開啟

這樣才能知道IBV安排的基地址的真正地址

問題: P2SB(Primary to Side Band):用以上的方法可以知道基地址, 但訪問該地址時,RU讀取資料到一半時, 機器會死當, 請問有碰過類似的經驗嗎?

讀取資料會死當 提到...

自問自答, 只要不去碰觸訪問未聲明的地址就可以. 目前的RU辦不到, 因為RU一次至少訪問256字節.
改用mm command in uefi shell去訪問已經聲明過的地址就好.