LICENSE.txt
README.md
pyproject.toml
smallworld/__init__.py
smallworld/helpers.py
smallworld/logging.py
smallworld/py.typed
smallworld/utils.py
smallworld/analyses/__init__.py
smallworld/analyses/analysis.py
smallworld/analyses/code_coverage.py
smallworld/analyses/colorizer.py
smallworld/analyses/colorizer_def_use.py
smallworld/analyses/colorizer_summary.py
smallworld/analyses/coverage_frontier.py
smallworld/analyses/trace_execution.py
smallworld/analyses/trace_execution_types.py
smallworld/analyses/field_detection/__init__.py
smallworld/analyses/field_detection/field_analysis.py
smallworld/analyses/field_detection/guards.py
smallworld/analyses/field_detection/hints.py
smallworld/analyses/field_detection/malloc.py
smallworld/analyses/forced_exec/__init__.py
smallworld/analyses/forced_exec/forced_exec.py
smallworld/analyses/underlays/__init__.py
smallworld/analyses/underlays/basic.py
smallworld/analyses/underlays/underlay.py
smallworld/analyses/unstable/__init__.py
smallworld/analyses/unstable/angr_nwbt.py
smallworld/analyses/unstable/code_coverage.py
smallworld/analyses/unstable/code_reachable.py
smallworld/analyses/unstable/control_flow_tracer.py
smallworld/analyses/unstable/pointer_finder.py
smallworld/analyses/unstable/angr/__init__.py
smallworld/analyses/unstable/angr/base.py
smallworld/analyses/unstable/angr/divergence.py
smallworld/analyses/unstable/angr/model.py
smallworld/analyses/unstable/angr/nwbt.py
smallworld/analyses/unstable/angr/typedefs.py
smallworld/analyses/unstable/angr/utils.py
smallworld/analyses/unstable/angr/visitor.py
smallworld/analyses/unstable/utils/tui.py
smallworld/arch/__init__.py
smallworld/arch/aarch64_arch.py
smallworld/arch/amd64_arch.py
smallworld/arch/i386_arch.py
smallworld/emulators/__init__.py
smallworld/emulators/emulator.py
smallworld/emulators/hookable.py
smallworld/emulators/angr/__init__.py
smallworld/emulators/angr/angr.py
smallworld/emulators/angr/default.py
smallworld/emulators/angr/exceptions.py
smallworld/emulators/angr/factory.py
smallworld/emulators/angr/scratch.py
smallworld/emulators/angr/simos.py
smallworld/emulators/angr/utils.py
smallworld/emulators/angr/exploration/__init__.py
smallworld/emulators/angr/exploration/bounds.py
smallworld/emulators/angr/exploration/default.py
smallworld/emulators/angr/exploration/terminate.py
smallworld/emulators/angr/machdefs/__init__.py
smallworld/emulators/angr/machdefs/aarch64.py
smallworld/emulators/angr/machdefs/amd64.py
smallworld/emulators/angr/machdefs/arm.py
smallworld/emulators/angr/machdefs/i386.py
smallworld/emulators/angr/machdefs/loongarch.py
smallworld/emulators/angr/machdefs/machdef.py
smallworld/emulators/angr/machdefs/mips.py
smallworld/emulators/angr/machdefs/mips64.py
smallworld/emulators/angr/machdefs/ppc.py
smallworld/emulators/angr/machdefs/riscv.py
smallworld/emulators/angr/machdefs/xtensa.py
smallworld/emulators/angr/memory/__init__.py
smallworld/emulators/angr/memory/default.py
smallworld/emulators/angr/memory/fixups.py
smallworld/emulators/angr/memory/memtrack.py
smallworld/emulators/ghidra/__init__.py
smallworld/emulators/ghidra/ghidra.py
smallworld/emulators/ghidra/typing.py
smallworld/emulators/ghidra/machdefs/__init__.py
smallworld/emulators/ghidra/machdefs/aarch64.py
smallworld/emulators/ghidra/machdefs/amd64.py
smallworld/emulators/ghidra/machdefs/arm.py
smallworld/emulators/ghidra/machdefs/i386.py
smallworld/emulators/ghidra/machdefs/loongarch.py
smallworld/emulators/ghidra/machdefs/machdef.py
smallworld/emulators/ghidra/machdefs/mips.py
smallworld/emulators/ghidra/machdefs/mips64.py
smallworld/emulators/ghidra/machdefs/ppc.py
smallworld/emulators/ghidra/machdefs/riscv.py
smallworld/emulators/ghidra/machdefs/xtensa.py
smallworld/emulators/panda/__init__.py
smallworld/emulators/panda/panda.py
smallworld/emulators/panda/machdefs/__init__.py
smallworld/emulators/panda/machdefs/aarch64.py
smallworld/emulators/panda/machdefs/amd64.py
smallworld/emulators/panda/machdefs/arm.py
smallworld/emulators/panda/machdefs/i386.py
smallworld/emulators/panda/machdefs/machdef.py
smallworld/emulators/panda/machdefs/mips.py
smallworld/emulators/panda/machdefs/mips64.py
smallworld/emulators/panda/machdefs/ppc.py
smallworld/emulators/unicorn/__init__.py
smallworld/emulators/unicorn/unicorn.py
smallworld/emulators/unicorn/machdefs/__init__.py
smallworld/emulators/unicorn/machdefs/aarch64.py
smallworld/emulators/unicorn/machdefs/amd64.py
smallworld/emulators/unicorn/machdefs/arm.py
smallworld/emulators/unicorn/machdefs/i386.py
smallworld/emulators/unicorn/machdefs/machdef.py
smallworld/emulators/unicorn/machdefs/mips.py
smallworld/exceptions/__init__.py
smallworld/exceptions/exceptions.py
smallworld/exceptions/unstable/__init__.py
smallworld/exceptions/unstable/exceptions.py
smallworld/extern/__init__.py
smallworld/extern/ctypes.py
smallworld/extern/unstable/__init__.py
smallworld/extern/unstable/ghidra.py
smallworld/hinting/__init__.py
smallworld/hinting/hinting.py
smallworld/hinting/hints.py
smallworld/hinting/utils.py
smallworld/hinting/unstable/__init__.py
smallworld/instructions/__init__.py
smallworld/instructions/aarch64.py
smallworld/instructions/arm.py
smallworld/instructions/bsid.py
smallworld/instructions/instructions.py
smallworld/instructions/mips.py
smallworld/instructions/x86.py
smallworld/platforms/__init__.py
smallworld/platforms/platforms.py
smallworld/platforms/defs/__init__.py
smallworld/platforms/defs/aarch64.py
smallworld/platforms/defs/amd64.py
smallworld/platforms/defs/arm.py
smallworld/platforms/defs/i386.py
smallworld/platforms/defs/loongarch.py
smallworld/platforms/defs/mips.py
smallworld/platforms/defs/mips64.py
smallworld/platforms/defs/platformdef.py
smallworld/platforms/defs/powerpc.py
smallworld/platforms/defs/riscv.py
smallworld/platforms/defs/xtensa.py
smallworld/state/__init__.py
smallworld/state/state.py
smallworld/state/x86_registers.py
smallworld/state/cpus/__init__.py
smallworld/state/cpus/aarch64.py
smallworld/state/cpus/amd64.py
smallworld/state/cpus/arm.py
smallworld/state/cpus/cpu.py
smallworld/state/cpus/i386.py
smallworld/state/cpus/loongarch.py
smallworld/state/cpus/mips.py
smallworld/state/cpus/mips64.py
smallworld/state/cpus/powerpc.py
smallworld/state/cpus/riscv.py
smallworld/state/cpus/xtensa.py
smallworld/state/memory/__init__.py
smallworld/state/memory/code.py
smallworld/state/memory/heap.py
smallworld/state/memory/memory.py
smallworld/state/memory/elf/__init__.py
smallworld/state/memory/elf/elf.py
smallworld/state/memory/elf/register_state.py
smallworld/state/memory/elf/structs.py
smallworld/state/memory/elf/coredump/__init__.py
smallworld/state/memory/elf/coredump/coredump.py
smallworld/state/memory/elf/coredump/prstatus/__init__.py
smallworld/state/memory/elf/coredump/prstatus/aarch64.py
smallworld/state/memory/elf/coredump/prstatus/amd64.py
smallworld/state/memory/elf/coredump/prstatus/arm.py
smallworld/state/memory/elf/coredump/prstatus/i386.py
smallworld/state/memory/elf/coredump/prstatus/mips.py
smallworld/state/memory/elf/coredump/prstatus/mips64.py
smallworld/state/memory/elf/coredump/prstatus/ppc.py
smallworld/state/memory/elf/coredump/prstatus/prstatus.py
smallworld/state/memory/elf/rela/__init__.py
smallworld/state/memory/elf/rela/aarch64.py
smallworld/state/memory/elf/rela/amd64.py
smallworld/state/memory/elf/rela/arm.py
smallworld/state/memory/elf/rela/i386.py
smallworld/state/memory/elf/rela/loongarch.py
smallworld/state/memory/elf/rela/mips.py
smallworld/state/memory/elf/rela/ppc.py
smallworld/state/memory/elf/rela/rela.py
smallworld/state/memory/elf/rela/riscv64.py
smallworld/state/memory/elf/rela/xtensa.py
smallworld/state/memory/pe/__init__.py
smallworld/state/memory/pe/pe.py
smallworld/state/memory/pe/structs.py
smallworld/state/memory/stack/__init__.py
smallworld/state/memory/stack/aarch64.py
smallworld/state/memory/stack/amd64.py
smallworld/state/memory/stack/arm.py
smallworld/state/memory/stack/i386.py
smallworld/state/memory/stack/loongarch.py
smallworld/state/memory/stack/mips.py
smallworld/state/memory/stack/mips64.py
smallworld/state/memory/stack/ppc.py
smallworld/state/memory/stack/riscv.py
smallworld/state/memory/stack/stack.py
smallworld/state/memory/stack/xtensa.py
smallworld/state/models/__init__.py
smallworld/state/models/_posix.py
smallworld/state/models/cstd.py
smallworld/state/models/errno.py
smallworld/state/models/filedesc.py
smallworld/state/models/mmio.py
smallworld/state/models/model.py
smallworld/state/models/aarch64/__init__.py
smallworld/state/models/aarch64/systemv/__init__.py
smallworld/state/models/aarch64/systemv/systemv.py
smallworld/state/models/aarch64/systemv/c99/__init__.py
smallworld/state/models/aarch64/systemv/c99/signal.py
smallworld/state/models/aarch64/systemv/c99/stdio.py
smallworld/state/models/aarch64/systemv/c99/stdlib.py
smallworld/state/models/aarch64/systemv/c99/string.py
smallworld/state/models/aarch64/systemv/c99/time.py
smallworld/state/models/aarch64/systemv/posix/__init__.py
smallworld/state/models/aarch64/systemv/posix/libgen.py
smallworld/state/models/aarch64/systemv/posix/signal.py
smallworld/state/models/amd64/__init__.py
smallworld/state/models/amd64/systemv/__init__.py
smallworld/state/models/amd64/systemv/systemv.py
smallworld/state/models/amd64/systemv/c99/__init__.py
smallworld/state/models/amd64/systemv/c99/signal.py
smallworld/state/models/amd64/systemv/c99/stdio.py
smallworld/state/models/amd64/systemv/c99/stdlib.py
smallworld/state/models/amd64/systemv/c99/string.py
smallworld/state/models/amd64/systemv/c99/time.py
smallworld/state/models/amd64/systemv/posix/__init__.py
smallworld/state/models/amd64/systemv/posix/libgen.py
smallworld/state/models/amd64/systemv/posix/signal.py
smallworld/state/models/armel/__init__.py
smallworld/state/models/armel/systemv/__init__.py
smallworld/state/models/armel/systemv/systemv.py
smallworld/state/models/armel/systemv/c99/__init__.py
smallworld/state/models/armel/systemv/c99/signal.py
smallworld/state/models/armel/systemv/c99/stdio.py
smallworld/state/models/armel/systemv/c99/stdlib.py
smallworld/state/models/armel/systemv/c99/string.py
smallworld/state/models/armel/systemv/c99/time.py
smallworld/state/models/armel/systemv/posix/__init__.py
smallworld/state/models/armel/systemv/posix/libgen.py
smallworld/state/models/armel/systemv/posix/signal.py
smallworld/state/models/armhf/__init__.py
smallworld/state/models/armhf/systemv/__init__.py
smallworld/state/models/armhf/systemv/systemv.py
smallworld/state/models/armhf/systemv/c99/__init__.py
smallworld/state/models/armhf/systemv/c99/signal.py
smallworld/state/models/armhf/systemv/c99/stdio.py
smallworld/state/models/armhf/systemv/c99/stdlib.py
smallworld/state/models/armhf/systemv/c99/string.py
smallworld/state/models/armhf/systemv/c99/time.py
smallworld/state/models/armhf/systemv/posix/__init__.py
smallworld/state/models/armhf/systemv/posix/libgen.py
smallworld/state/models/armhf/systemv/posix/signal.py
smallworld/state/models/c99/__init__.py
smallworld/state/models/c99/fmt_print.py
smallworld/state/models/c99/fmt_scan.py
smallworld/state/models/c99/math.py
smallworld/state/models/c99/signal.py
smallworld/state/models/c99/stdio.py
smallworld/state/models/c99/stdlib.py
smallworld/state/models/c99/string.py
smallworld/state/models/c99/time.py
smallworld/state/models/c99/utils.py
smallworld/state/models/i386/__init__.py
smallworld/state/models/i386/systemv/__init__.py
smallworld/state/models/i386/systemv/systemv.py
smallworld/state/models/i386/systemv/c99/__init__.py
smallworld/state/models/i386/systemv/c99/signal.py
smallworld/state/models/i386/systemv/c99/stdio.py
smallworld/state/models/i386/systemv/c99/stdlib.py
smallworld/state/models/i386/systemv/c99/string.py
smallworld/state/models/i386/systemv/c99/time.py
smallworld/state/models/i386/systemv/posix/__init__.py
smallworld/state/models/i386/systemv/posix/libgen.py
smallworld/state/models/i386/systemv/posix/signal.py
smallworld/state/models/loongarch64/__init__.py
smallworld/state/models/loongarch64/systemv/__init__.py
smallworld/state/models/loongarch64/systemv/systemv.py
smallworld/state/models/loongarch64/systemv/c99/__init__.py
smallworld/state/models/loongarch64/systemv/c99/signal.py
smallworld/state/models/loongarch64/systemv/c99/stdio.py
smallworld/state/models/loongarch64/systemv/c99/stdlib.py
smallworld/state/models/loongarch64/systemv/c99/string.py
smallworld/state/models/loongarch64/systemv/c99/time.py
smallworld/state/models/loongarch64/systemv/posix/__init__.py
smallworld/state/models/loongarch64/systemv/posix/libgen.py
smallworld/state/models/loongarch64/systemv/posix/signal.py
smallworld/state/models/mips/__init__.py
smallworld/state/models/mips/systemv/__init__.py
smallworld/state/models/mips/systemv/systemv.py
smallworld/state/models/mips/systemv/c99/__init__.py
smallworld/state/models/mips/systemv/c99/signal.py
smallworld/state/models/mips/systemv/c99/stdio.py
smallworld/state/models/mips/systemv/c99/stdlib.py
smallworld/state/models/mips/systemv/c99/string.py
smallworld/state/models/mips/systemv/c99/time.py
smallworld/state/models/mips/systemv/posix/__init__.py
smallworld/state/models/mips/systemv/posix/libgen.py
smallworld/state/models/mips/systemv/posix/signal.py
smallworld/state/models/mips64/__init__.py
smallworld/state/models/mips64/systemv/__init__.py
smallworld/state/models/mips64/systemv/systemv.py
smallworld/state/models/mips64/systemv/c99/__init__.py
smallworld/state/models/mips64/systemv/c99/signal.py
smallworld/state/models/mips64/systemv/c99/stdio.py
smallworld/state/models/mips64/systemv/c99/stdlib.py
smallworld/state/models/mips64/systemv/c99/string.py
smallworld/state/models/mips64/systemv/c99/time.py
smallworld/state/models/mips64/systemv/posix/__init__.py
smallworld/state/models/mips64/systemv/posix/libgen.py
smallworld/state/models/mips64/systemv/posix/signal.py
smallworld/state/models/mips64el/__init__.py
smallworld/state/models/mips64el/systemv/__init__.py
smallworld/state/models/mips64el/systemv/systemv.py
smallworld/state/models/mips64el/systemv/c99/__init__.py
smallworld/state/models/mips64el/systemv/c99/signal.py
smallworld/state/models/mips64el/systemv/c99/stdio.py
smallworld/state/models/mips64el/systemv/c99/stdlib.py
smallworld/state/models/mips64el/systemv/c99/string.py
smallworld/state/models/mips64el/systemv/c99/time.py
smallworld/state/models/mips64el/systemv/posix/__init__.py
smallworld/state/models/mips64el/systemv/posix/libgen.py
smallworld/state/models/mips64el/systemv/posix/signal.py
smallworld/state/models/mipsel/__init__.py
smallworld/state/models/mipsel/systemv/__init__.py
smallworld/state/models/mipsel/systemv/systemv.py
smallworld/state/models/mipsel/systemv/c99/__init__.py
smallworld/state/models/mipsel/systemv/c99/signal.py
smallworld/state/models/mipsel/systemv/c99/stdio.py
smallworld/state/models/mipsel/systemv/c99/stdlib.py
smallworld/state/models/mipsel/systemv/c99/string.py
smallworld/state/models/mipsel/systemv/c99/time.py
smallworld/state/models/mipsel/systemv/posix/__init__.py
smallworld/state/models/mipsel/systemv/posix/libgen.py
smallworld/state/models/mipsel/systemv/posix/signal.py
smallworld/state/models/posix/__init__.py
smallworld/state/models/posix/libgen.py
smallworld/state/models/posix/signal.py
smallworld/state/models/powerpc/__init__.py
smallworld/state/models/powerpc/systemv/__init__.py
smallworld/state/models/powerpc/systemv/systemv.py
smallworld/state/models/powerpc/systemv/c99/__init__.py
smallworld/state/models/powerpc/systemv/c99/signal.py
smallworld/state/models/powerpc/systemv/c99/stdio.py
smallworld/state/models/powerpc/systemv/c99/stdlib.py
smallworld/state/models/powerpc/systemv/c99/string.py
smallworld/state/models/powerpc/systemv/c99/time.py
smallworld/state/models/powerpc/systemv/posix/__init__.py
smallworld/state/models/powerpc/systemv/posix/libgen.py
smallworld/state/models/powerpc/systemv/posix/signal.py
smallworld/state/models/riscv64/__init__.py
smallworld/state/models/riscv64/systemv/__init__.py
smallworld/state/models/riscv64/systemv/systemv.py
smallworld/state/models/riscv64/systemv/c99/__init__.py
smallworld/state/models/riscv64/systemv/c99/signal.py
smallworld/state/models/riscv64/systemv/c99/stdio.py
smallworld/state/models/riscv64/systemv/c99/stdlib.py
smallworld/state/models/riscv64/systemv/c99/string.py
smallworld/state/models/riscv64/systemv/c99/time.py
smallworld/state/models/riscv64/systemv/posix/__init__.py
smallworld/state/models/riscv64/systemv/posix/libgen.py
smallworld/state/models/riscv64/systemv/posix/signal.py
smallworld/state/unstable/__init__.py
smallworld/state/unstable/elf.py
smallworld_re.egg-info/PKG-INFO
smallworld_re.egg-info/SOURCES.txt
smallworld_re.egg-info/dependency_links.txt
smallworld_re.egg-info/entry_points.txt
smallworld_re.egg-info/not-zip-safe
smallworld_re.egg-info/requires.txt
smallworld_re.egg-info/top_level.txt