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

Failed to find symbol when using C# runtime. #27

Open
ArtBlnd opened this issue Feb 3, 2020 · 2 comments
Open

Failed to find symbol when using C# runtime. #27

ArtBlnd opened this issue Feb 3, 2020 · 2 comments

Comments

@ArtBlnd
Copy link

ArtBlnd commented Feb 3, 2020

We have existing DLL that works on C++, C# both runtime.
and we wanted to hook on WSASocketW, WSASocketA but it works fine with C++ base but not working on C# base. (same DLL implementation, but loaded from another executable)
I can see there is WSASocket functions on C++ base using plthook_enum but C# one does not.

maybe there is difference between IAT mapping on .NET runtime?

@kubo
Copy link
Owner

kubo commented Feb 5, 2020

Could you post sample code? I'm not familiar with C#.

@ArtBlnd
Copy link
Author

ArtBlnd commented Feb 6, 2020

I have lots of works left so I'll post it later ASAP

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

2 participants