Skip to content

Commit 01101b0

Browse files
author
HackMemory
authored
Update MessageBox.php
1 parent f44d273 commit 01101b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/MessageBox.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
<?php
22

3-
function msgbox(){
4-
DFFI::callFunction("user32", "bool", "MessageBoxA", [0, "HelloWorld", "", 0], ["int", "string", "string", "int"]);
5-
}
3+
DFFI::callFunction("user32", "bool", "MessageBoxA", [0, "HelloWorld", "", 0], ["int", "string", "string", "int"]);

0 commit comments

Comments
 (0)