We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EvilClippy.exe -s test.vba -t 2016x64 "hello.docm"
Win10 hello.docm is sucessful,but hello_EvilClippy.docm is fail. why?
test.vba is
Sub Workbook_Open() MsgBox "This message comes from the P-code" End Sub
result
The text was updated successfully, but these errors were encountered:
I am very sorry, I am too stupid. The reason is that my win10 office is 32-bit
Sorry, something went wrong.
No worries. Also note that you’re using a Excel sub Workbook_Open for a Word document. That doesn’t make much sense. ;-)
No branches or pull requests
EvilClippy.exe -s test.vba -t 2016x64 "hello.docm"
Win10
hello.docm is sucessful,but hello_EvilClippy.docm is fail.
why?
test.vba is
result
The text was updated successfully, but these errors were encountered: