Anthony Muratore
Anthony Muratore
The documentation on the website is pretty outdated. I haven't set it up using Android x86 but try to mess around with the settings a bit.
@waqarrashid33 Where exactly did you change that method? I'm guessing in agent.py, but the only agent I have been using is the precompiled CuckooAgent.apk which I don't think I can...
The current code is: def execute(self): """Execute analysis. @return: analyzer PID. """ global ERROR_MESSAGE global CURRENT_STATUS if not self.analyzer_path or not os.path.exists(self.analyzer_path): return False try: proc = subprocess.Popen([sys.executable, self.analyzer_path], cwd=os.path.dirname(self.analyzer_path))...
Disregard my last comment, I found the correct analyzer code to change in cuckoo/analyzer/android/lib/api/adb.py although making the change doesn't seem to let analysis finish still. EDIT: Nevermind, forgot I had...
Ah okay, I didn't see an issue that described the problem on 1.00.22 so didn't try the earlier versions. If I end up trying again I will attempt 1.00.21 but...
It did not seem to be device-dependent. Simply having UsbDk installed would cause the slowdown, even after unplugging all USB devices completely. Every USB port would have issues as well,...
Ah, I didn't know you were still using dynamic_info.h with the patchfinder. This is for iOS 16.2 on iPad8,3. EDIT: Just noticed how the dynamic_info is setup different now. Not...
@GREYALLDAY Try disconnecting all USB devices and seeing if you can boot into safe mode. Try the different types to see if it makes a difference (with networking, with command...