Log in

View Full Version : Dll source code


w_a_r_1
June 28th, 2009, 21:59
Hi,

I just need a dll source code in ASM which contain image file. So that i can use my custom images and easily inject that to the exe file. If anyone got the source code in ASM please share


Cheers,

disavowed
June 28th, 2009, 22:53
http://lmgtfy.com/?q="dynamic+link+library"+example+asm+skeleton+code
http://lmgtfy.com/?q=win32asm+picture

Your inability to find these yourself is especially troubling since I sent you the link to the page that hosts tutorials and source code for both of these yesterday in response to your private message (first Google hit for both searches above)

JMI
June 28th, 2009, 22:57
And it is even more troubling because attempting to find such things "on your own" before you ask for help is something which is required by our FAQ.

You are not doing very well at showing that you have made any effort to help yourself, and that, also, is required by our Rules.



Regards,

w_a_r_1
June 29th, 2009, 03:02
Yes i read the tutorial but how to insert the specific pic in that dll ..its was not given there.....so i need some example over it but thanks for giving ..sorry if i have done any thing wrong. Sorry JMI and sorry disavowed. I tried but i need only info regarding inserting specific pic.

Sorry again if i did wrong.

Aimless
June 29th, 2009, 03:16
Why don't you stop using ASM and start using resource editors if all you want to do is add your own pics to the dlls...

...Or, maybe I am missing something here?

Have Phun

disavowed
June 29th, 2009, 10:40
the first google hit for the second link above shows how to embed pictures in a dll

w_a_r_1
July 1st, 2009, 15:07
Thanks Aimless and disavowed i got it now