Ulf Frisk

Results 296 comments of Ulf Frisk

After flashing you'd have to disconnect the flash cable and shut down the PC with the ZDMA board inside it for like 10s. Then start it again. Also make sure...

Awesome to see the issue was resolved and thanks for letting me know. I would never had guessed it was the cable.

Thanks. Unfortunately I don't. I really with to keep everything "by the book" around this project. Doing that with crypto would result in way too much tax unfortunately so I'd...

Is it working now. There was previously a max limit on how many scatters you could prepare. If the return value from the prepare call was not correctly set it...

Since I haven't heard anything back about this issue I'm assuming it was resolved. I'm closing this issue.

As you noted I put the limit to 8. I'll look into increasing it. But currently there is a fixed struct buffer for that and I had another guy that...

It's not an issue with the Rust API, rather the underlying C/C++ API. It's hard coded to max 8 values currently. https://github.com/ufrisk/MemProcFS/blob/f99fe8e5c23d923c0a04c842a72fbe45f71b3a17/vmm/vmmdll.h#L1932

Thanks. I've messed up the number of meta tags in Rust. I'll increase it to 16 to match the C API. Even though you increased that value to 32 I...

I just published the 5.10 release. The yara matches are now seriously increased. There is still a limit though, but I hope it will be sufficient now. Please let me...

I'm sorry for this slow answer. Java long is a 64-bit signed value. Java does not have an unsigned data type. For Kernel style type of addresses which starts with...