scemu
scemu copied to clipboard
x86 malware emulator
Hi, Thanks for making and releasing this! Being as light weight and fast as this is I'm thinking of using it in a lil project that needs to analyze some...
``` C:\Users\Brandon\Desktop\scemu>cargo run -- --64bits -f C:\Users\Brandon\Desktop\redacted.exe Finished dev [unoptimized + debuginfo] target(s) in 0.15s Running `target\debug\scemu.exe --64bits -f C:\Users\Brandon\Desktop\redacted.exe` use -vv to see the assembly code emulated, and -v...
you should still be able to have the whole "publish libscemu crate, specific version" but this will make maintaining two repos probably easier/not needed it'll make tracking changes via commit...
@sha0coder and I have weird, silly, sick, twisted idea from aarch64 Apple M1/M2 Mac to be able to "cross compile" to `x86_64-apple-darwin` Rust triple and then see how far we...
run_until_apicall in python is using step to emulate each instruction, if we can change it to run and then hook on api address and return back to python, it can...
If a code start writing at the end of a map and continue writting on the beginnig of the next map, that's not logic and it's not allowed on MWEMU,...
Check the elf64 static entry point calculation. sample: test/elf64lin_static_helloworld