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

Missing symbol SIG_vbscript_COleScript_Compile_0 #72

Open
dannyquist opened this issue Aug 5, 2019 · 0 comments
Open

Missing symbol SIG_vbscript_COleScript_Compile_0 #72

dannyquist opened this issue Aug 5, 2019 · 0 comments

Comments

@dannyquist
Copy link

While trying to compile the monitor DLLs, I received the following error:

objects/code/insns.c:414:9: error: ‘SIG_vbscript_COleScript_Compile’ undeclared (first use in this function); did you mean ‘SIG_jscript_COleScript_Compile’?
         SIG_vbscript_COleScript_Compile,
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         SIG_jscript_COleScript_Compile

Looking at the generated C files, the symbol was in fact missing however the signature looked to be correct.

Please see #71 for a pull request that fixes the issue. The duplication check last does not differentiate between functions in different modules/DLLs. Since the variable last is not used anywhere else, I added the module name to the last string to help differentiate. Afterwards all binaries are correctly generated.

Thanks for writing Cuckoo. It has been a huge help.

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