Luke Street

Results 52 issues of Luke Street

Currently, this program fails with the following output: ``` ### mwcceppc.exe Compiler Error: # ### Error: Cannot open main file ### Errors caused tool to abort. ``` Test case: [mwcc_example.zip](https://github.com/user-attachments/files/16355195/mwcc_example.zip)...

Allows enabling/disabling individual functions with `--win32-trace`.

![image](https://github.com/user-attachments/assets/2a16295f-e7ca-4a16-8fc4-1dc2f2f3da43) extab + -inline deferred breaks dtk's auto splits

bug

This implements a working GDB stub for `x86-emu` and `x86-unicorn`. One larger change is the new state machine in `cli/main.rs`. This code is now shared between `x86-emu` and `x86-unicorn`: it...

First of all, thanks for the library! It’s been very useful. One problem I’ve run into is the way that NativePath is implemented. It’s very easy to write code that...

Notable changes: - All tests were wrapped in `#[cfg(test)] mod test {}`, so that tests can use `extern crate std;` while building the library itself with `no_std`. Required to use...

I use xmlstarlet's `xml` CLI for updating OPNsense's config.xml via cron scripts. Unfortunately, this package seems to have been removed from the upstream OPNsense repositories. If possible, it would be...