Shanyu Thibaut Juneja
Shanyu Thibaut Juneja
- [x] Synced creation with personal id cache - [ ] Synced events - [ ] Synced announcements - [ ] Synced random disasters - [ ] Synced updates
Steps to reproduce: 1.) Run the command with the specified jar file 2.) Observe! Files used to reproduce: https://github.com/sim0n/Evaluator/releases/tag/1.0.1 Soot version: trunk Command line: -O -w -ice -allow-phantom-refs -process-dir /Users/ghast/Documents/test/test/...
Add a config of this style: ```json { "input": "input.jar", "output": "output.jar", "libraries": [ "path/to/rt.jar" ], "exclude": [ "com/package/", "net/class", "net/class#method(*)", "net/class.field(*)", "@class net/class#method(*)", "net/class#[regex for method]", ], "gen3": {...

`JDA.showMessage("This feature hasn't been implemented yet. Please submit an issue if you are interested!");` Sounds good! It seems like one of the more obvious features needed.
`java.lang.NullPointerException at java.util.Collections$UnmodifiableCollection.(Unknown Source) at java.util.Collections$UnmodifiableSet.(Unknown Source) at java.util.Collections.unmodifiableSet(Unknown Source) at org.mapleir.stdlib.collections.graph.FastDirectedGraph.getEdges(FastDirectedGraph.java:148) at org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.dfs(ExtendedDfs.java:104) at org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.run(ExtendedDfs.java:51) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.(SimpleDfs.java:19) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:43) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:39) at org.mapleir.ir.cfg.builder.NaturalisationPass.resolveNaturalHandlerFlow(NaturalisationPass.java:35) at org.mapleir.ir.cfg.builder.NaturalisationPass.run(NaturalisationPass.java:29) at org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.buildImpl(ControlFlowGraphBuilder.java:69) at org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.build(ControlFlowGraphBuilder.java:77)...
Hiya! I'm currently working on obfuscation tests using SSVM. I would like to make the virtual machine panic when the stack frame does not meet the required one (similar to...
Seems like ansi is supported, yet the \r code does not seem to be returning to the line before. Unfortunate :(
**Problem Descripition** - Fan curve readings are not working on python GUI (all are greyed out) - Lock fan controller red oujt - Set speed red out **Model and Debug...
**Is your feature request related to a problem? Please describe.** When developing sensitive java applications rises the need to have maximized performance, or perhaps more control over the lower level......