tip Posted October 25, 2008 Posted October 25, 2008 It's 7zip dll file of a japanese project called "Common Archiver". 7-zip32.dllhere you can find dllhttp://homepage3.nifty.com/csdinc/archiver/lib/7z457001.zip and this is forum thread for how to use dll functionshttp://www.autoitscript.com/forum/index.php?showtopic=25984RegardsTip [center]MsgBox_Tipped: Eye candy msgboxes/inputboxes/loginboxes. | CreateBlankBox: Semi-transparent layers with borders and rounded corners.[/center]
FireFox Posted January 29, 2009 Posted January 29, 2009 (edited) Hi, Im trying to make little script for inject process you want with dll, I tried the main example and another example and its not working, it return always error -7 (Write memory error) #include "_InjectDll.au3" $ret = _InjectDllByPid(ProcessExists('calc.exe'), '7-zip32.dll') If @error < 0 Then MsgBox(16, $ret, @error) Else MsgBox(64, $ret, 'Injected !') EndIfoÝ÷ Ø Ý~í+Å©©èën®{®º+â^èqë,zºè«¢+ØÀÌØíÉÐô}%¹©Ñ±°¡]¥¹Ñ!¹± Ìäí ±Õ±ÑÉ¥Ìä줰Ìäìܵé¥ÀÌȹ±°Ìäì¤(ÀÌØíÉÈôÉɽÈ)%ÀÌØíÉȱÐìÀQ¡¸(5Í ½à ÄØ°ÀÌØíÉаÀÌØíÉȤ)±Í(5Í ½à ØаÀÌØíÉаÅÕ½ÐíeU@ÌÌìÅÕ½Ðì¤)¹% Cheers, FireFox. Edited January 29, 2009 by FireFox
wraithdu Posted January 29, 2009 Posted January 29, 2009 Try using the injection function from my UDF here -http://www.autoitscript.com/forum/index.php?showtopic=87240
demandnothing Posted September 25, 2009 Posted September 25, 2009 im also getting the -7 write memory error... i've tried substituting the one provided with another one from a different UDF but it doesnt change anything.. does anyone know why its not working?
misjdd Posted February 4, 2010 Posted February 4, 2010 im also getting the -7 write memory error... i've tried substituting the one provided with another one from a different UDF but it doesnt change anything.. does anyone know why its not working?I think i got it fixed. Change both of the "int_ptr" items in the injector to "ptr*"JD
wraithdu Posted February 4, 2010 Posted February 4, 2010 (edited) EDIT: n/m, didn't realize this script was so old. I think the substitution you made is correct. Edited February 4, 2010 by wraithdu
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