-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
### 2.0.0 - XX/XX2018 | ||
* Added NOR usage obfuscation (thx to Solar Designer for the suggestion, based on his 1996 work hackme.com :O) | ||
* Improved build script in order to select which compilation feature to use | ||
* Some code improvmente/refactoring | ||
* Added support for code creation via API interface (see example AssembleManagedInstructions) | ||
* Created .NET binding to use Sacara from .NET (see example DotNetBinding) | ||
* VM context now is an opaque value | ||
* Added NOR instruction | ||
* Added SETIP instruction | ||
* Added SETSP instruction | ||
* Added MASM samples | ||
|
||
### 1.0.0 - 16/09/2018 | ||
* First Release. |