Skip to content

请问一下为什么导出函数的指针都是null? #11

@alienwu2018

Description

@alienwu2018

funcPointer.func_createNativeWindow = dlsym(handle, "_Z18createNativeWindowPKcjjb");
// 获取屏幕信息
funcPointer.func_getDisplayInfo = dlsym(handle, "_Z14getDisplayInfov");
// funcPointer.func_setSurfaceWH = dlsym(handle, "_Z12setSurfaceWHjj");
funcPointer.func_initRecord = dlsym(handle, "_Z10initRecordPKcfjj");
funcPointer.func_runRecord = dlsym(handle, "_Z9runRecordPbPFvPhmE");
funcPointer.func_stopRecord = dlsym(handle, "_Z10stopRecordv");
funcPointer.func_getRecordNativeWindow = dlsym(handle, "_Z21getRecordNativeWindowv");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions