Returning the output from commands and conversion to Python3#14
Open
aarislarsen wants to merge 6 commits intoIOActive:masterfrom
Open
Returning the output from commands and conversion to Python3#14aarislarsen wants to merge 6 commits intoIOActive:masterfrom
aarislarsen wants to merge 6 commits intoIOActive:masterfrom
Conversation
Updated version that can retrieve the output of commands up to a size of 64KB (or whatever the JVM limit is)
a version ported to python3, adding -v (verbose) mode when run with --cmd-with-output
automatically clears the output property after each call
Contributor
|
See #12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes to jdwp-shellifier.py write the output of the --cmd-with-output commands to a customer Java property, which is then printed so you get the actual command output.
jdwp-shellifier3.py is a Python3 conversion, adds a bit of output styling and likewise allows to return the command output.
LLMs (Claude) were heavily used in this, so there's a good chance that something was broken in the process, but both versions have been tested in a production environment with good results.