GoGo de Sica
GoGo de Sica
I can not see a bug here however I do understand the issue. Compiled `.rc` files are not plain text files. The file in question is not corrupt but rather...
Looks like you tried to compile version 0.81 against a newer version of libpe. Run `git submodule update` in the pev directory to check out the appropriate version. You might...
Since libpe is no longer a submodule I don't think this error will occur as easily anymore. If this issue persist please reply again and we can reopen this issue.
I can tell you that at least `3System.Resources.Tools.StronglyTypedResourceBuilder` is not wrong as you can find other executables with this string. Going by the image by the original poster my guess...
Update: Found the issue. .Net CLI Streams are made up of: * string size byte * The actual string in UTF-16LE (technically without terminating zero byte) * extra byte (0x00...
While I haven't tested it myself a Debian maintainer pushed some merges that fix Hurd and kFreeBSD #183 Now I have to admit that I know nothing about Hurd and...
Thank you for the clarification. I figured your PR didn't "fix" this as your changes did not seem to apply to this but it told me that you made it...
I ran across ` assertion "g_format != NULL" failed: file "output.c", line 242, function: output_open_document_with_name` the other day. This happens when it finds a `pe.conf` that points to a plugin...
PortEx ignores the directory table size entry all together. It seems like Windows also ignores it for at least resources which isn't too weird as it is sort of redundant....
This is probably the same issue as #5215 as in the token must be refreshed. I am not sure if it is possible to redirect to a relogin or if...