Alessandro Gario
Alessandro Gario
In my PR that adds Windows support (and improves macOS), there is also a small patch that shows which tests have failed! https://github.com/trailofbits/remill/pull/235/files#diff-a09db41a73f7fd39327cf6a25e928626R277 EDIT: I lost a sentence when sending...
> Sorry for the tremendous delay. > > We definitely prefer it as-is; the point is to distribute packages to internal users that, without any special actions by those users,...
I have improved constraint handling for that table, and it is now capable of listing all disks and partitions in case there is no `device` or `partition` condition in the...
@GarretReece Any update on this issue? I'm moving this back to the **Up next** for the time being
Hello @argp, Thanks for the bug report! It seems like the Python module is now installed correctly, but IDA (depending on the installed version) may still be using its own...
> Do you have Binary Ninja or IDA Pro? If so, I'd recommend focusing on lifting just with Anvill, as we're underway on a big refactor and it'll help. In...
The following events will invalidate the cache when the paths being modified affect binaries/bundles that are being tracked: - ES_EVENT_TYPE_NOTIFY_WRITE - ES_EVENT_TYPE_NOTIFY_UNLINK - ES_EVENT_TYPE_NOTIFY_RENAME - ES_EVENT_TYPE_NOTIFY_MMAP (if mapping is not...
Initial support for Unified Logging has been implemented as a new logger plugin which can be selected by setting Sinter.logger = "unifiedlogging" in the configuration file. Messages are logged using...
I'm currently updating the CMake code (both for mcsema and remill) to make it work with Visual Studio 2017 - using the v140 toolset, as it is the only one...
The cxx-common tool should also be ported to Windows: https://github.com/trailofbits/cxx-common/issues/4