0.5.0版本有问题啊,load patch后执行的时候就崩溃了
Open
- Dominant language
- C++
- Stars
- 7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
0.4.0版本和0.3.1版本都没有问题,系统是4.4.2
改动如下
//old
public String calculate(){
return "hahaha";
}
//new
public String calculate(){
return "hahaha xxxx hooked";
}
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the crash with AndFix 0.5.0 on Android 4.4.2 using the shown change to calculate(), and compare it with 0.4.0 and 0.3.1. Start by collecting the crash log during patch loading and execution; the issue is done when the patched method runs without crashing on the reported system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100