Ulf Frisk

Results 296 comments of Ulf Frisk

I'm closing this issue since it's a bit old. Also the issue seems to be "resolved" if you specify an algorithm (algo) so PCILeech/MemProcFS should be working for you. I...

Huge thanks for the sponsorship @S1ckZer. MemProcFS does not currently support ida pro flirt signatures. At the moment MemProcFS only have some basic search functionality. You'll be able to search...

I don't know why. Maybe try using `vmm = new Vmm("-device", "fpga");` or `vmm = new Vmm("-printf", "-v", "-vv", "-device", "fpga");` for extra debug output. Please let me know how...

Closing issue due to old age. In the case of bad memory I'd most frequently require a memory dump to find the issue. I hope this issue is quite rare...

Hi, Thanks for this very nice feature request. I've been thinking about looking into Rust for quite some time; mainly to allow for easy Rust modules support within MemProcFS. I've...

Thanks. This is high up on my list, but I've been putting it off for some time. Unfortunately I have some other projects in the near future, also got to...

Long over due, but I had to take the time to learn rust first which was a bit of a hurdle... But now there is an official MemProcFS Rust API....

Updated with Registry support and documentation here and on [crates.io](https://crates.io/crates/memprocfs) (documentation build seems to be taking a couple of hours still). Search will be implemented in the coming days.

@jaybocc2 I have no idea. I'm not associated with that project. I suspect performance will be similar since it would be mostly I/O bound anyway and they use my tools...

The general Rust API for MemProcFS should now be feature complete and have an 1:1 parity with the C/C++ API for all general use. Since last versions I've added the...