Extra comments, no thanks
parent
f4c805f5d6
commit
e3989ad30c
|
@ -15,7 +15,6 @@ module Process
|
|||
#
|
||||
# @return [Boolean] True if successful, otherwise false
|
||||
#
|
||||
##
|
||||
def execute_shellcode(shellcode, base_addr, pid=nil)
|
||||
pid ||= session.sys.process.getpid
|
||||
host = session.sys.process.open(pid.to_i, PROCESS_ALL_ACCESS)
|
||||
|
|
Loading…
Reference in New Issue