-
Hi,
trying to decompile a contract, the execution gives SegmentationFault.
Here is the output:
```
Porosity v0.1 (https://www.comae.io)
Matt Suiche, Comae Technologies
The Ethereum bytecode c…
-
Version: 0.7.2.0-f51c658d81
File: https://github.com/rfalke/decompiler-subjects/tree/master/from_holdec/int_math_with_constants/ia32_elf_clang_O0
Normally I give 10min of CPU time with ulimit but …
-
Hi, I'm trying to decompile an APK but it's giving lots of errors.
![image](https://user-images.githubusercontent.com/12773308/57377298-81404d80-7178-11e9-8c91-9b897915f42b.png)
[Validator.zip…
-
Hey guys i was decompiling an application and it return some decompilation errors and i was wondering if someone could explain the source of these error and why they are happening
i got this inside…
-
[the.zip](https://github.com/skylot/jadx/files/3102196/the.zip)
Hi, i am just trying to decompile an apk and convert to readable code,
and what i get is that
```
static /* synthetic */…
-
### Issue details
When I use jadx to decompile some apks, I find that the AndroidMainFest.xml cannot be parsed correctly, and when I perform dynamic debugging of the apk, jadx prompts not found app p…
-
### Before opening this issue, I ensure that...
- [X] I have read the [FAQ](https://github.com/RSDKModding/RSDKv4-Decompilation/blob/main/FAQ.md) and confirmed my issue is not mentioned in it.
- […
-
We have the next java code:
```java
String[] strings = new String[10];
for (int i = 0; i < strings.length; i++) {
strings[i] = String.valueOf(i);
}
int sum = Arrays.stream(strings)
.fil…
-
The decompilation of `binaries/tests/x86_64/1after909` from the binaries repo is non-deterministic.
In particular, the function at 4195913 shows the following differences:
```diff
--- ../binaries/t…
-
**Describe the bug**
Check the screenshot below. Ghidra could resolve symbols in disassembly, but the decompilation is so redundant. Arguments pushed onto the stack piled up and significantly impact …