libscemu icon indicating copy to clipboard operation
libscemu copied to clipboard

SCEMU The crates.io lib, x86 cpu and systems emulator focused mainly for anti-malware

Results 7 libscemu issues
Sort by recently updated
recently updated
newest added
trafficstars

point by default the dll_base of the module entry on ldr, and make an API for change this from code.

There are problems to set a different base address, I’m not sure if it’s on 32bits or 64bits.

Currently, `libscemu` tries to find dependencies in `maps64`/`maps32` by adding `.dll` to the end. However, this does not work when the file is a `.exe` or `.sys` (for example, when...

Use --banzai paramter ``` libscemu-0.19.2\src\emu.rs:3809:91: cannot create banzai map: "this map name banzai already exists!" ``` Please retest with donut shellcode sample at #67 Tks @sha0coder

Test with a shellcode, result: ```text scemu.exe -6 --banzai -v -f .\sc_test\sc.bin loading memory maps shellcode detected. ----- emulation ----- 1 0x3c0000: enter 80h,0 thread 'main' panicked at ....\Rust\cargo\registry\src\index.crates.io-6f17d22bba15001f\libscemu-0.19.2\src\emu.rs:3680:18: not...

* `&mut self` -> `&self` and then put back on `#![allow(unused_must_use)]` * ~~use log + env_logger for levels instead of println~~

entries seem to be unsorted on the binary and has to reload libs many times, try to load first names of one function then the names of other function.