Skip to content
New issue

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

After the macro virus office file "-s -t", win10 reports "sub or Function not defined." #16

Closed
ghost opened this issue Jul 21, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 21, 2019

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
图片

@ghost
Copy link
Author

ghost commented Jul 21, 2019

I am very sorry, I am too stupid.
The reason is that my win10 office is 32-bit

@ghost ghost closed this as completed Jul 21, 2019
@stanhegt
Copy link
Contributor

No worries. Also note that you’re using a Excel sub Workbook_Open for a Word document. That doesn’t make much sense. ;-)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant