Ivan Fratric
Ivan Fratric
Hi! At this time, there is no (easy) way to prepare input files manually. Instead, it is expected to start with an empty input corpus and let the grammar itself...
Thanks for reporting. I'll take a look next week when I return from vacation. It looks like third_party/xed and third_party/mbuild need to be updated from https://github.com/intelxed/xed and https://github.com/intelxed/mbuild
Perhaps this mbuild patch is needed https://github.com/intelxed/mbuild/pull/35/files
(From a pull request that's unfortunately not merged)
I am reopening the issue as building with VS2022 is something I'd like to support. Do you remember, when you tried to compile it, if you were running from VS...
With the latest commit (https://github.com/googleprojectzero/TinyInst/commit/b50d1f8fc3eadb715fae13e7fd6278e040004f2d) building with VS2022 works for me, but note that it requires running from a VS command prompt.
Interesting. I think there might be two separate issues here. For notepad example, can you run it with `-trace_debug_events -trace_module_entries -trace_basic_blocks` and provide the output (or the 1st part of...
And could you also give me the exact windows version you're using?
Update: I tried a few experiments with this on Windows 10 32-bit (version 2004) and everything appeared to be running normally. But perhaps there is some difference in behavior in...
It almost looks like, on your configuration, the original module code isn't getting marked as non-executable properly, so the original code continues to execute instead of the instrumented one.