Stefan Hausotte
Stefan Hausotte
Hi @Lifka, sry I don't have access to that specific file to check what's going on. Could you share it with me?
Hi @ddash-ct the topic came up a few times already. It is definitely a design flaw that we haven't on our minds when we created the TRH. As far as...
Hi, here is short "how to add an import" documentation http://secana.github.io/PeNet/articles/imports.html I'm not sure if replacing the imports will work. Some in the code, a function will call WinHelpA and...
Hi @send010, do you have an example binary? If so, I can have a look at what options PeNet offers, or what is needed to the information you need.
@crypticspawn the file is not a valid PE file and cannot be parsed at all.
Issue is still not fixed in .NET Core 3.1. Maybe need to fix it myself in the dotnet repo.
Microsoft did not fix the bug for .NET 5.0 but instead moved the issue to .NET 6.0, so no fix in the next time.
The issue seems not to occur, if the target is set as "default" and then the "default" is used, but I guess it should work for all targets, not only...
Hi @David-Desmaisons, thx for the fast and detailed answer. I'm away for the next days but a soon as I'm back I'll start to have a look at porting the...
I had the same issue, after searching through the code I found that the following worked for me: `cargo install cargo-bpf --features llvm-sys-130`.