serpilliere
serpilliere
Fix issue #34
Hi @1wilkens ! Maybe you already know that, but in last commits you did to support the Pam Environment, there is something odd: I have a local configuration with a...
The `env` module seems to be broken at the moment. * the PR fixes the env module and adds it to the create namespace * the `get_pam_env` is done on...
- Support Windows ApiSet - Refactor Sandbox - Refactor Loader :warning: The Sandbox `__init__` API has changed. Examples provided in `example/jitter` show new calling arguments
Issue created following #1328 To be sound, we must delete memory aliases after call execution. For the moment, interferences are only computed between the propagated value and the *destinations* of...
DO NOT MERGE * test branch *
There is a bug in the unssa algorithm, but which is not introduced by this PR: the bug has been seen in the 0.1.3. Here is a test case, the...
Miasm needs to implement Windows 7 api set schema to support emulation in this environment. Api redirections are stored in `ApiSetSchema.dll`. We may add a kind of dictionary to store...
Today windows environment has a very poor `handles` generation/manipulation (see #1098). Maybe we could add an `Handle` object which could generate/manage every handles used during the emulation.