Skip to content

Missing symbol SIG_vbscript_COleScript_Compile_0 #72

@dannyquist

Description

@dannyquist

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions