unicorn-net
unicorn-net copied to clipboard
WIP .NET binding/wrapper for the Unicorn engine written in C#
Afternoon, thank you for creating this enhanced wrapper. I have a feeling I might be answering the question myself but just in case I am wrong I thought i would...
https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L101 https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L103 https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L128 https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L130 Page alignment checks are wrong, they should be: ``` if ((address & ((ulong)PageSize - 1)) != 0) ``` Same for size.
Is it still updated?