如何用Qiling framework模拟MBR #1455
Unanswered
readermall
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我看到Qiling的readme里提到,Qiling可以模拟 MBR,如下图
我想试一下,但没成功,请问模拟MBR时,脚本应该怎么写?(我现在的脚本如下)
ql = Qiling(["rootfs/mbr"], "rootfs", archtype=QL_ARCH.X86, ostype=QL_OS.BLOB, console=False, verbose=QL_VERBOSE.DEBUG)
ql.add_fs_mapper(0x80, QlDisk("rootfs/data0", 0x80))
ql.run()
Beta Was this translation helpful? Give feedback.
All reactions