Reverse Engineering Team
Unregistered, You must accept the Forum Rules below to be able to use some forum functions.

Read forum rules below...

1. All posts must be written in English.
2. Don't spam/abuse any other member via E-mail or Private Messages.
3. Have phun!

For breaking above rules you may be warned/banned appropriately!

Join the forum, it's quick and easy

Reverse Engineering Team
Unregistered, You must accept the Forum Rules below to be able to use some forum functions.

Read forum rules below...

1. All posts must be written in English.
2. Don't spam/abuse any other member via E-mail or Private Messages.
3. Have phun!

For breaking above rules you may be warned/banned appropriately!
Reverse Engineering Team
Would you like to react to this message? Create an account in a few clicks or log in to continue.

hasp srm emu

5 posters

Go down

hasp srm emu Empty hasp srm emu

Post by perera Thu Feb 16, 2012 11:45 am

could any one guide emulate hasp srm dongle or unpacking protection

perera

Posts : 3
Points : 5
Reputation : 0
Join date : 2011-12-06

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by hasp Thu Feb 16, 2012 1:29 pm

Here tutorial

hasp

Posts : 454
Points : 634
Reputation : 172
Join date : 2011-12-16

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by perera Sat Feb 18, 2012 8:18 am

thanks but it is complicated

perera

Posts : 3
Points : 5
Reputation : 0
Join date : 2011-12-06

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by hasp Sat Feb 18, 2012 9:23 am

in this world everything is complicated, try your self.... where you stuck ask question, we will help you.....

hasp

Posts : 454
Points : 634
Reputation : 172
Join date : 2011-12-16

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by perera Sat Feb 18, 2012 9:32 pm

could we unpack without dongle

perera

Posts : 3
Points : 5
Reputation : 0
Join date : 2011-12-06

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by yazzzing Sat Jun 02, 2012 4:16 am



the tutorial show too fast and some keyboard operate can not see ,is there any introduce txt doc?

yazzzing

Posts : 5
Points : 7
Reputation : 0
Join date : 2012-06-01

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by yazzzing Mon Jun 04, 2012 3:10 am

in the tutoral ,use script to repair iat,how to write it.....

yazzzing

Posts : 5
Points : 7
Reputation : 0
Join date : 2012-06-01

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by nodongle Tue Jun 05, 2012 2:44 am

hasp srm solution still not available in free for public

nodongle

Posts : 52
Points : 54
Reputation : 0
Join date : 2011-11-28

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by hasp Tue Jun 05, 2012 4:41 am

@yazzzing script attached here
Code:
/*
/////////////////////////////////////////////////////////////////////////////////
HASP_HL Envelop 1.2x/1.3x import resolver script v0.1a
Author: s0cpy
Email : [You must be registered and logged in to see this link.]
OS    : WinXP SP2, Ollydbg 1.1, ODbgScript 1.65.4
Date  : 2008-01-12
                Action: Fix IAT, but not fix emulated functions.
Config: Ignore all exceptions, start from OEP.
Some emulated functions need to be resolved manually:
    GetCommandLineA
    GetProcAddress
    GetCurrentProcess
    GetStartupInfoA
    GetCurrentProcessId
    GetCurrentThreadId
/////////////////////////////////////////////////////////////////////////////////
*/

var prtc_sec
var iat_cell
var ss
var es
var gtc
var endp
var iatstart
var iatend
var gtc_c
var sysmod

gpa "GetTickCount", "kernel32.dll"
mov gtc, $RESULT
ask "Enter start code section address"
cmp $RESULT, 0
je @halt
mov ss, $RESULT
mov es, $RESULT
ask "Enter start address of IAT"
cmp $RESULT, 0
je @halt
mov iatstart, $RESULT
ask "Enter end address of IAT"
cmp $RESULT, 0
je @halt
mov iatend, $RESULT
ask "Enter start address of `.protect` section"
cmp $RESULT, 0
je @halt
mov prtc_sec, $RESULT
ask "Enter start address of system modules memory"
cmp $RESULT, 0
je @halt
mov sysmod, $RESULT

@end_point:
find prtc_sec, #66C1E7??5E5B8BE566C1E6??5DC3#
mov endp, $RESULT
add endp, 4
bphws endp, "x"

@search:
cmp iat_cell, iatend
je @halt
mov iat_cell, iatstart
cmp [iatstart], 00000000
add iatstart, 4
je @search
cmp [iat_cell], sysmod
ja @search

@scan:
mov eip, [iat_cell]
jmp @run

@count:
inc gtc_c
cmp gtc_c, 2
je @fix

@run:
run
sti
sti
sti
cmp eip, gtc
je @count
cmp gtc_c, 0
je @search

@zero_c:
mov gtc_c, 0

@fix:
mov [iat_cell], eip
cmp iat_cell, iatend
je @halt
jmp @search

@halt:
bphwc endp
mov eip, oep
an eip
pause
re

hasp

Posts : 454
Points : 634
Reputation : 172
Join date : 2011-12-16

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by robinjain Sat Jun 30, 2012 11:27 pm

[You must be registered and logged in to see this link.]


plz make emulator for me

thanks

robinjain

Posts : 26
Points : 42
Reputation : 2
Join date : 2012-06-09

Back to top Go down

hasp srm emu Empty Re: hasp srm emu

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum