(self)
| 454 | return -1 |
| 455 | |
| 456 | def close(self): |
| 457 | return 0 |
| 458 | |
| 459 | ql = Qiling(["../examples/rootfs/mips32_linux/bin/mips32_fetch_urandom"], "../examples/rootfs/mips32_linux") |
| 460 | ql.add_fs_mapper("/dev/urandom", Fake_urandom()) |
no outgoing calls
no test coverage detected