首页
社区
课程
招聘
未解决 无法定位序数576于动态库libclang.dll
发表于: 2020-5-15 10:13 2030

未解决 无法定位序数576于动态库libclang.dll

2020-5-15 10:13
2030

如何解决啊?


dll对应的def


贴了相关的部分。不知道如何解决?

clang_getCursorLocation @576
我查找libclang.dll,里面是有这个函数的。   

   

    clang_getCompletionParent @563
    clang_getCompletionPriority @564
    clang_getCursor @565
    clang_getCursorAvailability @566
    clang_getCursorCompletionString @567
    clang_getCursorDefinition @568
    clang_getCursorDisplayName @569
    clang_getCursorExtent @570
    clang_getCursorKind @571
    clang_getCursorKindSpelling @572
    clang_getCursorLanguage @573
    clang_getCursorLexicalParent @574
    clang_getCursorLinkage @575
    clang_getCursorLocation @576
    clang_getCursorPlatformAvailability @577
    clang_getCursorReferenceNameRange @578
    clang_getCursorReferenced @579
    clang_getCursorResultType @580
    clang_getCursorSemanticParent @581
    clang_getCursorSpelling @582
    clang_getCursorType @583
    clang_getCursorUSR @584
    clang_getDeclObjCTypeEncoding @585
    clang_getDefinitionSpellingAndExtent @586
    clang_getDiagnostic @587
    clang_getDiagnosticCategory @588
    clang_getDiagnosticCategoryName @589
    clang_getDiagnosticCategoryText @590
    clang_getDiagnosticFixIt @591
    clang_getDiagnosticInSet @592
    clang_getDiagnosticLocation @593
    clang_getDiagnosticNumFixIts @594


[课程]Linux pwn 探索篇!

最后于 2020-5-15 10:18 被limee编辑 ,原因:
收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 140
活跃值: (70)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
打开vs powershell,输入
dumpbin /EXPORTS 完整路径+ibclang.dll
你再看看有没有这个导出函数。
2020-5-15 14:01
0
雪    币: 1540
活跃值: (2807)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
多谢,问题已经解决了。
2020-5-15 16:26
0
游客
登录 | 注册 方可回帖
返回
//