Jump to content
Tuts 4 You

[Delphi] how to Sniff serial from dll files


h4sh3m

Recommended Posts

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
Link to comment

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

Link to comment

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

Link to comment

Password : h4sh3m

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

N-Joy my friends

Link to comment

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...