Here are the steps to solve the challenges in FridaLab:
1. Change class variable:
```
Java.perform(function() {
var Challenge01 = Java.use('com.fridalab.challenge01');
Challenge01.variable = 1;
});
```
2. Run chall02():
```
chall02();
```
3. Make chall03() return true:
```
var chall03 = Java.use('com.fridalab.challenge03');
chall03.run.implementation = function() {
return true;
}
```
4-5. Modify functions to always return "F