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

windbg extension doesn't load #88

Closed
s0i37 opened this issue Feb 16, 2022 · 1 comment
Closed

windbg extension doesn't load #88

s0i37 opened this issue Feb 16, 2022 · 1 comment

Comments

@s0i37
Copy link

s0i37 commented Feb 16, 2022

Hello.
I compiled windbg extension like a:

cl /c outputcallback.cpp
cl /c sync.cpp
cl /c tunnel.cpp
link outputcallback.obj sync.obj tunnel.obj /out:sync.dll /dll advapi32.lib

Putted sync.dll into windbg\x86\winext\ folder

Loaded extension:
.load sync

Dll succesfully loaded (I can see it in procexp)

But I don't have any extensions:

!sync
@s0i37
Copy link
Author

s0i37 commented Feb 16, 2022

My mistake!
link outputcallback.obj sync.obj tunnel.obj /out:sync.dll /dll advapi32.lib /def:sync.def

Thanks a lot!

@s0i37 s0i37 closed this as completed Feb 16, 2022
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