Skip to content

Commit

Permalink
Bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkilc committed Sep 28, 2019
1 parent b03681e commit 0270bc9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
8 changes: 4 additions & 4 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@

# Current Developers (alphabetical order)

- Mehdi Aghakishiyev <[email protected]>
- Jaeseung Choi <[email protected]>
- Seung Il Jung <[email protected]>
- Dongkwan Kim <[email protected]>
- Kangsu Kim <[email protected]>
- Soomin Kim <[email protected]>
- Michael Tegegn <[email protected]>

# Contributors

B2R2 would not have been possible without the help of contributors. Below is a
list of contributors in alphabetic order.

- Mehdi Aghakishiyev
- TA Thanh Dinh
- HyungSeok Han
- Subin Jeong
- Minkyu Jung
- Dongkwan Kim
- Doyeon Kim
- Hongsik Kim
- Kangsu Kim
- Minsu Lee
- DongYeop Oh
- Michael Tegegn
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# B2R2 Change Log

## 0.3.0 (2019-09-28)

### Added
- Add a demangler module for both Itanium and MS types.
- Add `GetNextAddrs` method to `Instruction` type.
- Add several CFG-related lenses to smoothly transform a certain graph into
another form.
- Start supporting ARMv7 SIMD instructions.
- Add a simple REPL for LowUIR.
- Add a simple calculator language for BinExplorer.

### Changed
- Fix ARMv7 translation errors (close to stable now).
- Fix subtle errors in ELF parsing (GitHub issue #25)
- Fix visualization bugs.
- Redesign many parts in BinGraph modules and their APIs.
- Fix graph building logic to handle ARM/Thumb switching.
- Refactor WebUI modules.
- Update disassembly modules to be able to decompose assembly statements into
pieces.

## 0.2.1 (2019-07-21)

### Added
Expand Down
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.2.1</VersionPrefix>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Description>B2R2: the Next-Generation Reversing Platform</Description>
<Copyright>Copyright (c) SoftSec Lab. @ KAIST, since 2016</Copyright>
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Build
-----
Building B2R2 is fun and easy. All you need to do is to install .NET Core SDK
2.0 or above. Yea, that's it!
3.0 or above. Yea, that's it!
- To build B2R2 in release mode, type ```make release``` or ```dotnet build -c
Release``` in the source root.
Expand Down Expand Up @@ -153,7 +153,6 @@ contributions! Feel free to write a PR (Pull Requst) while making sure that you
have read our [contribution guideline](CONTRIBUTING.md).
- Implement CFG recovery algorithms.
- Implement function boundary identification algorithms.
- Implement assembler for currently supported ISAs using a parser combinator.
- Support for floating point operations.
- Support for more architectures such as PPC.
Expand Down

0 comments on commit 0270bc9

Please sign in to comment.