Log in

View Full Version : Need help changing an email addy in a packed library


dramatiker
November 9th, 2003, 07:06
hello community

ive a problem changing an email addy in 2 libraries
infos will be send to these email addys, so i want to change them

i have two libraries (1.dll and 2.dll)
1.dll is packed with pe compact 1.8x
i dumped this library with procdump to get the mail address its
email1@email.com

2.dll is packed with exe32pak 1.38
i dumped this library too and saw the mail addy: email2@email.com

both libraries do the same
the difference between these files is the protection and the email addy

i tried a lot of unpack tools but no unpacker works with pe compact 1.8x and/or exe32pak 1.38
i also tried the tool from bedrock (member in this forum)

is there a way to change the mailaddress
ex. email1@mail.com in email1@email.net
(only switching/changing one letter)
so that the infos which will be send never arrived the original address

thx for infos
drama

ps:
if somebody can help me to change the email and the result is working
i will give him a present =)

LoST
November 11th, 2003, 19:45
Quote:
[Originally Posted by dramatiker]hello community

is there a way to change the mailaddress
ex. email1@mail.com in email1@email.net
(only switching/changing one letter)
so that the infos which will be send never arrived the original address

thx for infos
drama

ps:
if somebody can help me to change the email and the result is working
i will give him a present =)


What about hooking LoadLibraryA from the program that use these libs and doing something like :

if dllloaded='1.dll' or '2.dll' then
{
loadlibraryA(dllloaded)
mempatch the strings
}
else loadlibraryA(dllloaded)