Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   how to make emulator for microdog dongle (https://forum.exetools.com/showthread.php?t=13365)

kamy 03-16-2011 19:16

how to make emulator for microdog dongle
 
i have the dongle (microdog), could someone teach me how to emulate this dongle, if have some tools and guidelines, please share them

Syoma 03-17-2011 02:32

WTF? The same questions again and again.
Download SDK, RTFM, reverse drivers, reverse communication protocol. Use vusb to write your own emulator. profit!

sendersu 03-17-2011 02:45

As far as I remmeber that dog (microdog) :) is not barking very loud
so go on - fight the beast :)

dave_omirora 03-18-2011 19:54

you have dongle?

sendersu 03-19-2011 04:44

Quote:

Originally Posted by dave_omirora (Post 72010)
you have dongle?

Nope, I did the work without even having it! :)
maybe I was lucky, who knows

butaktelco 03-20-2011 13:04

2 Syoma:
did you know how to build source vusb step by step ?

yogi_saw 03-20-2011 14:00

Chk Make.bat file it has everything u need to compile vusb

Syoma 03-20-2011 17:04

May be also Microsoft DDK installed. Then make or build.

butaktelco 03-20-2011 23:24

i set in chk make.bat
Quote:

@ECHO OFF

set SRC_DRIVE=C:
set SRC_PATH=C:\Vusb\Bus
set DDK_PATH=C:\WinDDK\7600.16385.1

call %DDK_PATH%\bin\setenv.bat %DDK_PATH% wxp chk

%SRC_DRIVE%
cd %SRC_DRIVE%\%SRC_PATH%

set DEBUG_BUILD=1
nmake

pause
then after execute show like these
Quote:

OACR monitor running already
The filename, directory name, or volume label syntax is incorrect.

Microsoft (R) Program Maintenance Utility Version 9.00.30729.207
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
Press any key to continue . . .
where is source on directory c:\vusb
anything missing for step ?

thanks

Syoma 03-21-2011 17:39

cd %SRC_DRIVE%\%SRC_PATH%
=
C:\C:\Vusb\Bus

yogi_saw 03-21-2011 18:55

%SRC_DRIVE% and %SRC_PATH% already declared in cmd file
put the drive letter and path where ur source files are stored in
set SRC_DRIVE=C: (will be ur source code drive)
set SRC_PATH=C:\Vusb\Bus (will be ur source code path)
set DDK_PATH=C:\WinDDK\7600.16385.1 (will be ur path for winddk)


All times are GMT +8. The time now is 18:41.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX