File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 99
1010class DebuggerTest (unittest .TestCase ):
1111
12- # def test_qdb_mips32el_hello(self):
13- # rootfs = "../examples/rootfs/mips32el_linux"
14- # path = rootfs + "/bin/mips32el_hello"
15-
16- # ql = Qiling([path], rootfs)
17- # ql.debugger = "qdb::rr:qdb_scripts/mips32el.qdb"
18- # ql.run()
19- # del ql
20-
21- # def test_qdb_arm_hello(self):
22- # rootfs = "../examples/rootfs/arm_linux"
23- # path = rootfs + "/bin/arm_hello"
24-
25- # ql = Qiling([path], rootfs)
26- # ql.debugger = "qdb::rr:qdb_scripts/arm.qdb"
27- # ql.run()
28- # del ql
12+ def test_qdb_mips32el_hello (self ):
13+ rootfs = "../examples/rootfs/mips32el_linux"
14+ path = rootfs + "/bin/mips32el_hello"
15+
16+ ql = Qiling ([path ], rootfs )
17+ ql .debugger = "qdb::rr:qdb_scripts/mips32el.qdb"
18+ ql .run ()
19+ del ql
20+
21+ def test_qdb_arm_hello (self ):
22+ rootfs = "../examples/rootfs/arm_linux"
23+ path = rootfs + "/bin/arm_hello"
24+
25+ ql = Qiling ([path ], rootfs )
26+ ql .debugger = "qdb::rr:qdb_scripts/arm.qdb"
27+ ql .run ()
28+ del ql
2929
3030 def test_qdb_x86_hello (self ):
3131 rootfs = "../examples/rootfs/x86_linux"
You can’t perform that action at this time.
0 commit comments