Skip to content

Commit

Permalink
Update README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jan 21, 2021
1 parent 895cc38 commit 505fbdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2020 Matthew Coley
Copyright (c) 2017-2021 Matthew Coley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

![screenshot of recaf](docs/screenshots/main-anim.gif)

An easy to use modern Java bytecode editor that abstracts away the complexities of Java programs.
Recaf will automatically handle generation of stack frames and constant pool entries for you.
An easy to use modern Java bytecode editor that abstracts away the complexities of Java programs.
Recaf abstracts away:

* _[Usage & Documentation](https://col-e.github.io/Recaf-documentation/)_
* Constant pool
* Stack frames
* Wide instructions
* And more!

### Download
Don't know bytecode? That's ok because Recaf supports [recompiling decompiled code](https://col-e.github.io/Recaf-documentation/use-edit-via-decompile.html) and inserting [single line Java statements into the bytecode](https://col-e.github.io/Recaf-documentation/use-assembler.html).

For more information: _[Read the documentation](https://col-e.github.io/Recaf-documentation/)_

## Download

See the [releases](https://github.com/Col-E/Recaf/releases) page for the latest build.

Expand Down

0 comments on commit 505fbdc

Please sign in to comment.