-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
ghidra: add wasm extension #349645
ghidra: add wasm extension #349645
Conversation
0199cb6
to
fb6d655
Compare
hash = "sha256-aoSMNzv+TgydiXM4CbvAyu/YsxmdZPvpkZkYEE3C+V4="; | ||
}; | ||
|
||
# compile sleigh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compiling should be done in buildPhase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to override buildPhase from buildGhidraExtension
. It does it's part.
fb6d655
to
ee0c5a0
Compare
ee0c5a0
to
1d5f1cf
Compare
1d5f1cf
to
4167057
Compare
Looks good to me |
|
||
meta = { | ||
description = "Ghidra Wasm plugin with disassembly and decompilation support"; | ||
homepage = "https://github.com/nneonneo/ghidra-wasm-plugin"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a fork of https://github.com/garrettgu10/ghidra-wasm-plugin, but does appear to be more maintained than its origin.
ghidra-wasm-plugin is an extension that adds WASM support to ghidra. I haven't tested it extensively, but it does seem to be working. This also shows how to implement sleigh language compilation for ghidra extensions using nix.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.