When calling: CALL $KEYMGR.DLL, KRShowKeyMgr
it does not load the key manager window. I have tried numerous variations and combinations for calling, even tried --c to load as C library but nothing seems to work. It's a very simple wcs and just tries to launch that dll. Any help would be greatly appreciated. Also, I am english native, so I appologize if this doesn't translate well.
Thank you for the help. I am trying to learn the details of pecmd. Could you please help me construct the call line using the LoadLibrary and GetProcAddress? Here's what I have tried based on your
详情回复
发表于 2024-6-7 23:13
红毛樱木 发表于 2024-6-7 22:59
Remarks
This function has no associated import library or header file; you must call it using the L ...
Thank you for the help. I am trying to learn the details of pecmd. Could you please help me construct the call line using the LoadLibrary and GetProcAddress? Here's what I have tried based on your suggestions, but it doesn't look complete to me and isn't working:
CALL $--ret:keymgr, -LoadLibrary, <KEYMGR.DLL, KRShowKeyMgr
I think if I can get a good example of how to use this call I should be able to learn and recreate after that.
Thank you so much for the help!!
I changed the code to this and the window finally showed:
CALL $--ret:&hKeymgr ,-LoadLibrary,Keymgr.dll
CALL $--ret:&hKRShowKeyMgr ,-GetProcAddress,*%&hKeymgr%,KRShowKeyMgr
CALL $--win --ret:&KRShowKeyMgrRet #,%&hKRShowKeyMgr%,xxxxxxxxxxxxxxx
I think I understand the structure now.
Also, I am using both pecmd and pecmdedit to test.
it does not load the key manager window. I have tried numerous variations and combinations for calling, even tried --c to load as C library but nothing seems to work. It's a very simple wcs and just tries to launch that dll. Any help would be greatly appreciated. Also, I am english native, so I appologize if this doesn't translate well.
它不会加载密钥管理器窗口。我已经尝试了许多变体和组合来调用,甚至尝试将 --c 加载为 C 库,但似乎没有任何效果。这是一个非常简单的wcs,只是尝试启动该dll。任何帮助将不胜感激。另外,我是以英语为母语的,所以如果翻译不好,我深表歉意。