Posted June 6, 201114 yr hi dearshow we can switch to dll files in memory and sniff serial in delphi?sorry for poor english tnx
June 6, 201114 yr hi dearshow we can switch to dll files in memory and sniff serial in delphi?sorry for poor english tnxSearch in the programing section for sniff serial or serialsnifferI think it gives 2-3 example in delphi or translate Masm or c++ code in delphiand Get the module base of your dll. (Module32First etc.) Now ModuleBaseaddress + ReadAddress =eax mov eax, ModuleBaseAddr add eax,60B4h ; Read address thats hold the serialReadProcessMemory pInfo.hProcess, eax.....................Greets Edited June 6, 201114 yr by ragdog
June 9, 201114 yr Author Hi Dear h4sh3m Can Use Oraclum source code by ARTeam but source is ASM BLaCkViRuS hi dear BLaCkViRuS please put it's download link & if you have any delphi source plz share it ! tnx
June 10, 201114 yr OpenProcess -> CreateToolhelp32Snapshot (SNAPMODULE) -> ReadProcessMemory (With condition Loop) -> GetThreadContext -> WriteProcessMemory.
June 10, 201114 yr Author tnx all my friendsI'm solved it last night.Best Regards Edited June 10, 201114 yr by h4sh3m
June 10, 201114 yr Hi Dear h4sh3m and this is Sniffer for DLL s Sample is Reflexive Games Enjoy it ! DLL Sniffer.ASM.rar
June 13, 201114 yr Author hi dearsI'm wrote a sniffer Creator for dll's ,you can get & and test it from here.please report any bugs.Bes Regards
June 15, 201114 yr Author Password : h4sh3mI'm Packed files with nSpack 3.7 and it's signature is virus in some antivirus Softwares.N-Joy my friends
Create an account or sign in to comment