-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Added new HexViewer #2469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Added new HexViewer #2469
Conversation
# Conflicts: # jadx-gui/src/main/java/jadx/gui/ui/MainWindow.java
@MrIkso If your work bases on hexcellent we should check the license of hexcellent if it is compatible. Unfortunately I wasn't able to find a license statement in that project. |
Hello. I found this information in the Terms of Use on their website https://www.kreativekorp.com/aboutkk/, but I've just written e-mail for check if I can use their code in this project and wait for an exact answer. P.S If the current implementation is incompatible, im found new hexview library with Apache-2.0 license on this project, |
jadx-gui/src/main/java/jadx/gui/ui/hexeditor/buffer/ArrayByteBuffer.java
Fixed
Show fixed
Hide fixed
jadx-gui/src/main/java/jadx/gui/ui/hexeditor/buffer/ArrayByteBuffer.java
Fixed
Show fixed
Hide fixed
# Conflicts: # jadx-gui/src/main/java/jadx/gui/ui/codearea/HexArea.java # jadx-gui/src/main/java/jadx/gui/ui/codearea/HexPreviewPanel.java
I not got an answer on hexcellent, so now I'm reworking the code using the bined library as it's even better. |
This PRs added new HexViewer. (Fixed #2415)
New HexViewer has this features:
For this developments used bined project and adapted for jadx
Preview