-
Notes:
* Proguard's `code/merging` really just merges inside a single method
* This is whole-classpath deduplication
* Basically finds decent-sized duplicated instruction blocks w/out side effect…
cretz updated
7 years ago
-
```
What steps will reproduce the problem?
1. Try to parse Aeneas.jar with IKVM (http://ikvm.net/)
2. Look at the warnings
3. See the conversation at https://sourceforge.net/p/ikvm/bugs/281/
What is …
-
Following on from [this ImHex feature request](https://github.com/WerWolv/ImHex/issues/501), would a JVM bytecode disassembler be a good addition to Capstone? If so, I can work on implementing one
-
```
What steps will reproduce the problem?
1. Try to parse Aeneas.jar with IKVM (http://ikvm.net/)
2. Look at the warnings
3. See the conversation at https://sourceforge.net/p/ikvm/bugs/281/
What is …
-
I asked the following question on the Scala Discord and I was invited by @SethTisue to open a discussion here, in hopes of getting more eyes on the issue.
I'm including the text from the Discord me…
ghost updated
2 years ago
-
E.g., I'm using macOS's built-in LLVM (`Apple clang version 12.0.0 (clang-1200.0.32.27)`) and SAW is unable to parse the bitcode. Installing `llvm@7` from brew (`clang version 7.1.0 (tags/RELEASE_710…
-
Add support for Java and other languages which target the JVM, by supporting JVM bytecode in WebAssembly, perhaps by compiling Java byte code to WebAssembly, thereby supporting all languages supported…
-
### Gradle Version
8.2
### AGP Version
8.2.1
### Code Minifier/Optimizer
None
### Version
4.2.0
### Sentry SDK Version
7.2.0
### Steps to Reproduce
- Add `com.applovin.mediation:bytedance-a…
-
**Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8**
Getting Above error in compiling below line of code
` val viewModel = getViewModel(k…
-
With this extern class: https://www.keycloak.org/docs-api/15.0/javadocs/org/keycloak/component/ComponentValidationException.html
```haxe
static function main()
trace(new ComponentValidationEx…