how to unpack resources.pak from google chrome?

前端 未结 3 1529
有刺的猬
有刺的猬 2020-12-07 19:22

There are bunch of interesting files accessible via chrome://resources/* using google chrome.

On linux That the content is in /opt/google/chrome/r

3条回答
  •  离开以前
    2020-12-07 20:01

    The chrome-pak-customizer (pointed out by MrU in the comments above) seems to work well to unpack Chrome's .pak files. If you're on Windows, you can download and unzip chrome-pak.7z from the releases page. Then drop the .pak file on the unpack.bat script to unpack it.

    For other platforms, it looks like you'll need to build the tool from the source.

提交回复
热议问题