am009

Results 14 issues of am009

从[1948行](https://github.com/evilpan/jni_helper/blob/master/headers/jni.h#L1948)开始,好像一样的内容又重复了一遍。我拿vscode对比了一下,前后内容完全一样。是不是Ctrl-v按了两次😂。

In `src\main\java\soot\Scene.java` Scene.defaultClassPath, the if statement doesn't consider the case for Options.src_prec_apk_class_jimple. So when I set it to Options.src_prec_apk_class_jimple, it seems that I always get a phantom class for android...

I'm trying instrumenting android apps. This feature is awesome. After digging into this exception, I think it's a bug that worth reporting. **Describe the bug** APK file: [native_leak.zip](https://github.com/soot-oss/soot/files/8521716/native_leak.zip). (rename it...

I'm trying to write a decompiler using retypd. If I understand those python source code correctly, existing frontends ([retypd-ghidra-plugin](https://github.com/GrammaTech/retypd-ghidra-plugin) and [gtirb-ddisasm-retypd](https://github.com/GrammaTech/gtirb-ddisasm-retypd)) only generate function types (arguments and return value) for...

This is the PR for taking part in SBFT25. It is currently incomplete.

我的markdown有9个图片,但是只识别到了1个图片,改了这个就好了

Fix type error. The compiler reports type error when I feed the decompile result to gcc.