Matt
Matt
## Annotation method generation Given the following code, JPhantom will now be able to generate the `String value()` method of the `@Version` annotation. Beforehand, no annotation methods were visited. That...
Clicking the _"Attach to other process"_ button prompts the _"Couldn't find any VMs"_ menu, providing PID results unable to attach due to provider not being instantiated. ``` JByteMod-Beta-master\target>"C:\Program Files\Java\jdk1.8.0_131\bin\java" -jar...
[Single file cases](https://github.com/GraxCode/JByteMod-Beta/tree/master/src/main/java/android) are totally understandable, but [entire packages](https://github.com/GraxCode/JByteMod-Beta/tree/master/src/main/java/org) that already have maven entries in the central repo shouldn't be here. If you need the source for reference you can...
This seems to be a edge-case. I've only experienced it when the name of the member being referenced shares the name with a member that does not belong in the...
Something to do further down the road. A visitor design is objectively better than raw access design in certain circumstances. Ideally the ClassWriter/ClassReaders will be totally re-written to fill this...
Not that this breaks anything, but it is a waste of space.
For example, there should be a way to load only the constant pool and ignore everything else. This could also pave way to a lazy-load system so nothing is interpreted...
**Purpose** To allow a one-to-onw byte-to-structure mapping. This format will yield read-only instances containing information that supports the mapping. This supports use cases that require knowledge of the actual bytecode...
Currently, many attributes use a raw `byte[]` dummy implementation, which works for IO purposes... but this does not allow users to explore the class using Cafedude's defined types and restricts...
Re-create the logic from the maven mojos with the gradle plugin api, then update the readme with example usage.