mirror of
https://github.com/systemd/systemd.git
synced 2026-08-11 01:25:28 +00:00
This irked me for a while. Let's not scan for strings stupidly, but properly parse PE files to find the magic marker. It's easy with our own PE APIs, hence we should do it. This moves logging to the callers (previously, this was all mixed up).