Devin Rosenbauer

Results 12 issues of Devin Rosenbauer

Right now, there are five different ways (in various branches and pull requests) to use AIH as part of a payload. 1. The original way, patched in Java 7 and...

Includes changes for #23, so all changes over in PR #45 are included. This branch also includes: 1. A dynamic classloader `IsolatingGroovyClassLoader` that will pull items down from Groovy's Grape...

This is my implementation of #23, allowing recursively nested payloads. Changes include: - Payload contents will now be bound automatically by a call to Utils.wire(). Command-line parameters will be used...

A demonstration source code is attached. **To execute the demo:** - Unzip the ZIP file, which contains two .java source files and a config.pro. - Compile the two .java source...

shrinking

Fixed some text syntax and added some additional detail to one section.

For feature request issue #91 - copies to the clipboard rather than inserting at the cursor, though

This implements the feature request in issue #89. Changes: - Adds a new setting to always overwrite a file in place on refresh, rather than creating a temp file. -...

This would not be "secure" encryption. This would just be a local VSCode-level hashing or obfuscation of the password. The main goal here is for me to be able to...