Skip to content

Commit

Permalink
Merge pull request #24 from tintinweb/better-error-reporting
Browse files Browse the repository at this point in the history
Better Error Reporting; prep v0.1.0
  • Loading branch information
tintinweb authored Jul 20, 2022
2 parents 7fd19ff + c6dce55 commit fb499bd
Show file tree
Hide file tree
Showing 102 changed files with 1,274 additions and 639 deletions.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Logs
*.class
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.DS_STORE
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
5 changes: 5 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.apk
*.jar
*.zip
**/*.class
.unotes
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.1.0
- new: better error reporting. if the extension fails to decompile a target it will now show an output with the stderr of the external tool in the vscode/output view.

<img width="705" alt="image" src="https://user-images.githubusercontent.com/2865694/179998678-4eaca055-1be8-4c19-b850-1c1caf3c3fb3.png">

- fix: ghidra decompile script exception handling. the script now continues if ghidra is unable to decompile certain functions.
- updated: jadx to [1.4.2](https://github.com/skylot/jadx/releases/tag/v1.4.2)
- updated: jd-cli to [1.2.1](https://github.com/intoolswetrust/jd-cli/releases/tag/jd-cli-1.2.1)
- updated: Readme reference to brew cask command to the newer --cask syntax #17 - thanks @demns


## 0.0.8
- fix: ghidra compatibility issues #15

Expand Down
125 changes: 0 additions & 125 deletions bundled_tools/jadx-1.1.0/README.md

This file was deleted.

183 changes: 0 additions & 183 deletions bundled_tools/jadx-1.1.0/bin/jadx

This file was deleted.

Loading

0 comments on commit fb499bd

Please sign in to comment.