Jump to content
Tuts 4 You

[Delphi] how to Sniff serial from dll files


h4sh3m

Recommended Posts

Posted

hi dears

how we can switch to dll files in memory and sniff serial in delphi?

sorry for poor english

tnx

Posted (edited)

hi dears

how we can switch to dll files in memory and sniff serial in delphi?

sorry for poor english

tnx

Search in the programing section for sniff serial or serialsniffer

I think it gives 2-3 example in delphi or translate Masm or c++ code in delphi

and Get the module base of your dll. (Module32First etc.)

Now ModuleBaseaddress + ReadAddress =eax

mov eax, ModuleBaseAddr

add eax,60B4h ; Read address thats hold the serial

ReadProcessMemory pInfo.hProcess, eax.....................

Greets

Edited by ragdog
Posted

tnx ragdog for help but my target don't start to test it !

best regards

BLaCkViRuS
Posted

Hi Dear h4sh3m :thumbsup:

Can Use Oraclum source code by ARTeam

but source is ASM :sweat:

BLaCkViRuS

:ph34r:

Posted

Hi Dear h4sh3m :thumbsup:

Can Use Oraclum source code by ARTeam

but source is ASM :sweat:

BLaCkViRuS

:ph34r:

hi dear BLaCkViRuS

please put it's download link & if you have any delphi source plz share it !

tnx

Posted

OpenProcess -> CreateToolhelp32Snapshot (SNAPMODULE) -> ReadProcessMemory (With condition Loop) -> GetThreadContext -> WriteProcessMemory.

Posted (edited)

tnx all my friends

I'm solved it last night.

Best Regards

Edited by h4sh3m
Posted

hi dears

I'm wrote a sniffer Creator for dll's ,you can get & and test it from here.

please report any bugs.

Bes Regards

Posted

Thanks h4sh3m for the link, but what is the PW?

Regards,

-Ganvin.

Posted

Password : h4sh3m

I'm Packed files with nSpack 3.7 and it's signature is virus in some antivirus Softwares.

N-Joy my friends

Posted

@h4sh3m: Thanks for the password and the info.

Regards,

-Ganvin.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...