|
8 | 8 |
|
9 | 9 | Qiling is an advanced binary emulation framework, with the following features:
|
10 | 10 |
|
11 |
| -- Cross platform: Windows, MacOS, Linux, BSD, UEFI, DOS, MBR |
12 |
| -- Cross architecture: X86, X86_64, Arm, Arm64, MIPS, 8086 |
13 |
| -- Multiple file formats: PE, MachO, ELF, COM, MBR |
| 11 | +- Emulate multi-platforms: Windows, MacOS, Linux, BSD, UEFI, DOS, MBR, Ethereum Virtual Machine |
| 12 | +- Emulate multi-architectures: X86, X86_64, Arm, Arm64, MIPS, 8086 |
| 13 | +- Support multiple file formats: PE, MachO, ELF, COM, MBR |
14 | 14 | - Support Windows Driver (.sys), Linux Kernel Module (.ko) & MacOS Kernel (.kext) via [Demigod](https://groundx.io/demigod/)
|
15 |
| -- Emulates & sandbox machine code in an isolated environment |
| 15 | +- Emulates & sandbox code in an isolated environment |
16 | 16 | - Provides a fully configurable sandbox
|
17 | 17 | - Provides in-depth memory, register, OS level and filesystem level API
|
18 | 18 | - Fine-grain instrumentation: allows hooks at various levels (instruction/basic-block/memory-access/exception/syscall/IO/etc)
|
|
0 commit comments