Skip to content

Commit

Permalink
Bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkilc committed Mar 22, 2019
1 parent fd435b3 commit bd85324
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# B2R2 Change Log

## 0.1.1 (2019-03-22)

### Added
- Add IR/SSA-level CFG construction.
- Add boyer-moore search algorithm.
- Add support for several x86/64 instructions.

### Changed
- Fix various IR translation/parsing errors
- Clean up LowUIR side-effect types
- Update authors/contributors

## 0.1.0 (2019-02-22)

First public release.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>B2R2</Product>
<Authors>SoftSec Lab. @ KAIST</Authors>
<Company>SoftSec Lab. @ KAIST</Company>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Description>B2R2: the Next-Generation Reversing Platform</Description>
<Copyright>Copyright (c) SoftSec Lab. @ KAIST, since 2016</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Let's try to use B2R2 APIs.
1. Add our nuget package *B2R2.FrontEnd* to the project:
```
$ dotnet add package B2R2.FrontEnd --version 0.1.0
$ dotnet add package B2R2.FrontEnd
```
1. Modify the `Program.fs` file with your favorite editor as follows:
Expand Down

0 comments on commit bd85324

Please sign in to comment.