ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
2.81k stars 352 forks source link

Initialization Failed. Unable to locate valid DTB. #2 #238

Closed wudehua2016 closed 7 months ago

wudehua2016 commented 7 months ago

I used the LeetDMA to acquest the memory data, with the command line of " .\MemProcFS.exe -device FPGA", targetting at the ubuntu 22.04, and no vt was turn on. A issues was occur: [CORE] Initialization Failed. Unable to locate valid DTB. #2 VmmProc: Unable to auto-identify operating system. Specify PageDirectoryBase (DTB/CR3) in -dtb option if value if known. If arm64 dump, specify architecture: -arch arm64 [CORE] Failed to initialize.

BTW, i used to acquest the memory data of the win10, and SUCCEEDED, while fails at ubuntu 22.04.

ufrisk commented 7 months ago

MemProcFS does not support analyzing Linux memory. It's a tool for analyzing Windows memory.

If you wish to dump the memory or gain code execution PCILeech will support Linux, but the support is more basic than for the Windows version.

wudehua2016 commented 7 months ago

Thanks a lot