Stefan Hausotte
Stefan Hausotte
Hi. Sorry for the late response, I was away for some time. I do not object to this feature, so feel free to update the PR. I'll release a new...
Thanks for the updated PR. I'll give the whole devel branch some more testing before the next kellnr release. Is there anything that you want to have in that release...
Sure, contributions are always welcome. Did you check if the methods in [ExtensionsMethods.cs](https://github.com/secana/PeNet/blob/master/src/PeNet/ExtensionMethods.cs) are already what you need? If not, feel free to create a PR!
Hi! A PR is welcome :)
Hi. Thank you for the feature request. Yes, OAuth/OpenID would be great to have in kellnr. I'm not sure when I'll get along to implement the feature, but I'll keep...
Hi! There is no hardcoded limit. The limitation seems to be from the ReadAllBytes API itself. Have a look at the different methods to load a PE file: https://secana.github.io/PeNet/articles/parseroptions.html Maybe...
Hi! I cloned the git repo in a ARM64 Windows machine and ran `cargo build --release`. It works perfectly fine. I get a AA64 machine compiled binary. What is missing...
@panekj If you give me a hint, how to do that, I can have a look.