h4sh3m Posted June 6, 2011 Share Posted June 6, 2011 hi dearshow we can switch to dll files in memory and sniff serial in delphi?sorry for poor english tnx Link to comment
ragdog Posted June 6, 2011 Share Posted June 6, 2011 (edited) 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, 2011 by ragdog Link to comment
h4sh3m Posted June 8, 2011 Author Share Posted June 8, 2011 tnx ragdog for help but my target don't start to test it !best regards Link to comment
BLaCkViRuS Posted June 9, 2011 Share Posted June 9, 2011 Hi Dear h4sh3m Can Use Oraclum source code by ARTeam but source is ASM BLaCkViRuS Link to comment
h4sh3m Posted June 9, 2011 Author Share Posted June 9, 2011 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 Link to comment
0xFF Posted June 10, 2011 Share Posted June 10, 2011 OpenProcess -> CreateToolhelp32Snapshot (SNAPMODULE) -> ReadProcessMemory (With condition Loop) -> GetThreadContext -> WriteProcessMemory. Link to comment
h4sh3m Posted June 10, 2011 Author Share Posted June 10, 2011 (edited) tnx all my friendsI'm solved it last night.Best Regards Edited June 10, 2011 by h4sh3m Link to comment
BLaCkViRuS Posted June 10, 2011 Share Posted June 10, 2011 Hi Dear h4sh3m and this is Sniffer for DLL s Sample is Reflexive Games Enjoy it ! DLL Sniffer.ASM.rar Link to comment
h4sh3m Posted June 13, 2011 Author Share Posted June 13, 2011 hi dearsI'm wrote a sniffer Creator for dll's ,you can get & and test it from here.please report any bugs.Bes Regards Link to comment
ganvin Posted June 13, 2011 Share Posted June 13, 2011 Thanks h4sh3m for the link, but what is the PW?Regards,-Ganvin. Link to comment
h4sh3m Posted June 15, 2011 Author Share Posted June 15, 2011 Password : h4sh3mI'm Packed files with nSpack 3.7 and it's signature is virus in some antivirus Softwares.N-Joy my friends Link to comment
ganvin Posted June 16, 2011 Share Posted June 16, 2011 @h4sh3m: Thanks for the password and the info. Regards,-Ganvin. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now