LICENSE
MANIFEST.in
README.md
pyproject.toml
CEmu.egg-info/PKG-INFO
CEmu.egg-info/SOURCES.txt
CEmu.egg-info/dependency_links.txt
CEmu.egg-info/entry_points.txt
CEmu.egg-info/requires.txt
CEmu.egg-info/top_level.txt
cemu/__init__.py
cemu/__main__.py
cemu/const.py
cemu/core.py
cemu/emulator.py
cemu/errors.py
cemu/exports.py
cemu/log.py
cemu/memory.py
cemu/os.py
cemu/settings.py
cemu/shortcuts.py
cemu/utils.py
cemu/arch/__init__.py
cemu/arch/arm.py
cemu/arch/generic.py
cemu/arch/mips.py
cemu/arch/ppc.py
cemu/arch/sparc.py
cemu/arch/x86.py
cemu/cli/__init__.py
cemu/cli/repl.py
cemu/examples/aarch64_execve_bin_sh.asm
cemu/examples/arm_nops.raw
cemu/examples/arm_sys_exec_bin_sh.asm
cemu/examples/mips_sys_exec_bin_sh.asm
cemu/examples/mipsbe_sys_exec_bin_sh.asm
cemu/examples/sparc64_sys_exec_bin_sh.asm
cemu/examples/sparc_nops.raw
cemu/examples/sparc_sys_exec_bin_sh.asm
cemu/examples/x86_32_read_flag_null_free.asm
cemu/examples/x86_32_sys_exec_bin_sh.asm
cemu/examples/x86_32_sys_exec_bin_sh_null_free.asm
cemu/examples/x86_64_read_flag_null_free.asm
cemu/examples/x86_64_sys_exec_bin_sh.asm
cemu/examples/x86_64_sys_exec_bin_sh_null_free.asm
cemu/examples/x86_nops.raw
cemu/img/icon.png
cemu/plugins/__init__.py
cemu/plugins/scratchboard.py
cemu/plugins/pyconsole/__init__.py
cemu/plugins/pyconsole/console.py
cemu/styles/default.qss
cemu/templates/about.html
cemu/templates/cemu.ini
cemu/ui/__init__.py
cemu/ui/codeeditor.py
cemu/ui/command.py
cemu/ui/highlighter.py
cemu/ui/log.py
cemu/ui/main.py
cemu/ui/mapping.py
cemu/ui/memory.py
cemu/ui/registers.py
cemu/ui/utils.py
tests/test_basic.py
tests/test_memory.py