forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update how railgun handles pointer return types
Update railgun to handle pointer return types. If the type that is pointed to is known (i.e. PCHAR, PULONG_PTR) and not LPVOID, the contents returned to the caller. The raw address is also returned in the &return key to enable the caller to free the buffer if necessary which is determined by the function that was called.
- Loading branch information
1 parent
4c25530
commit 42bd87e
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters