mythril icon indicating copy to clipboard operation
mythril copied to clipboard

A hypervisor written in rust

Results 50 mythril issues
Sort by recently updated
recently updated
newest added

Bumps [raw-cpuid](https://github.com/gz/rust-cpuid) from 8.1.1 to 9.1.1. Changelog Sourced from raw-cpuid's changelog. [9.1.1] - 2021-07-06 Changed Use more idiomatic rust code in readme/doc.rs example. Use str::from_utf8 instead of str::from_utf8_unchecked to avoid...

dependencies

Bumps [iced-x86](https://github.com/icedland/iced) from 1.8.0 to 1.11.0. Release notes Sourced from iced-x86's releases. v1.11.0 Added Intel FRED and LKGS instructions Decoder and formatter perf improvements (Rust, see below) Instruction's memory displacement...

dependencies

Mythril's panic_handler will currently spin in halt: https://github.com/mythril-hypervisor/mythril/blob/af161a464ede3f6e8ffe5723c5d356125e8f47e8/mythril/src/error.rs#L138-L143 I think it would be worthwhile to allow mythril to use the isa-debug-exit device to cause QEMU to exit with an error...

Just taking a note so I do not forget. With a busybox-based initramfs run as init, on shutdown in the guest I see the following error. ``` Kernel memory protection...

Just starting to work on implementing a virtual ioapic device. The virtual device currently only supports getting the version.

While testing on baremetal, I encountered a bug in process_memio_op. An instruction was not decoded in the right mode. It seems to be a bug in mythil not checking the...

Ultimately, it would be very valuable to be able to turn on verbose debugging on a per-module basis. I don't have any design in mind, just that you could set...

Resolve issue #78 * Changes `EmulatedDevice::services` method to access the virtual machine config * Adds a new struct called `DeviceMapBuilder` to be able to manipulate `DeviceMap` through `VirtualMachineConfig`