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

Accessing unknown VxD 33b6 #1005

Closed
lab313ru opened this issue Jul 13, 2021 · 3 comments
Closed

Accessing unknown VxD 33b6 #1005

lab313ru opened this issue Jul 13, 2021 · 3 comments

Comments

@lab313ru
Copy link

version: 2119
4cd0:err:int:DOSVM_Int2fHandler 334: int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0005, CX 000f, DX 0800, SI 0068, DI 0000, DS 164f, ES 164f
4cd0:err:int:do_int2f_16 411: Accessing unknown VxD 33b6 - Expect a failure now.
4cd0:err:int:DOSVM_Int2fHandler 334: int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0005, CX 000f, DX 0800, SI 0068, DI 0000, DS 166f, ES 166f
4cd0:err:int:do_int2f_16 411: Accessing unknown VxD 33b6 - Expect a failure now.
@cracyc
Copy link
Contributor

cracyc commented Jul 13, 2021

Need more info about the program and a trace. BTW, how is the program failing? The int2f error is about a test for os/2 which would obviously fail.

@cracyc
Copy link
Contributor

cracyc commented Jul 14, 2021

It seems that vxd 33b6 is sentinel.vxd which is a driver for a parallel port copy protection dongle. It might be possible to make it work with some effort but you'd need to have the actual dongle it have any hope of implementing it. Otherwise you'd need to find a crack if one exists for your program.

@lab313ru
Copy link
Author

You right, it's a copy protection. Now I can't even make it fail...

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