trancexx Posted April 5, 2009 Author Share Posted April 5, 2009 It is really great. For viewing resources it's even better than ResHacker, since it doesn't show an out-of-mem error if there's a PNG-icon in an icongroup.The only thing i wish to have is modifying resources in already existing Exes or DLLs.Coming from you... well, means alot.Thanks ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
fakefaulty Posted April 9, 2009 Share Posted April 9, 2009 Great Program. Has a bug. Crashes when you select Open from the File Menu. Line 523 (Incorrect number of parameters) Link to comment Share on other sites More sharing options...
trancexx Posted April 9, 2009 Author Share Posted April 9, 2009 Great Program.Has a bug.Crashes when you select Open from the File Menu. Line 523 (Incorrect number of parameters)What version of AutoIt you have? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
corgano Posted April 9, 2009 Share Posted April 9, 2009 It is really great. For viewing resources it's even better than ResHacker, since it doesn't show an out-of-mem error if there's a PNG-icon in an icongroup.The only thing i wish to have is modifying resources in already existing Exes or DLLs.2ndedwhen will support for modifying exe's be availiable? 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e Link to comment Share on other sites More sharing options...
fakefaulty Posted April 14, 2009 Share Posted April 14, 2009 What version of AutoIt you have?Ver 3, 2, 10, 0Regards Link to comment Share on other sites More sharing options...
corgano Posted April 15, 2009 Share Posted April 15, 2009 Ver 3, 2, 10, 0Regardsgetting the latest version would probablly be a good idea 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e Link to comment Share on other sites More sharing options...
yehia Posted April 15, 2009 Share Posted April 15, 2009 gj trance u gave me a clue for what i was trying to do thanks My Scripts:IE New UDFsElastic images moving under mouse (with a happy valentine's example)_FileRemoveLine Link to comment Share on other sites More sharing options...
jennico Posted April 15, 2009 Share Posted April 15, 2009 thank you trancexx this looks like something i was longing for. i guess it can be used to create .icl files, too. j. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96 Link to comment Share on other sites More sharing options...
trancexx Posted April 16, 2009 Author Share Posted April 16, 2009 Yes, it can. New script attached. Enumeration of resources is done much faster now. Enumeration is done twice. Once to determine the size of needed array and than again to populate that array. This is done to avoid ReDim() for thousands of times (this was the slow part). Also some files under Vista were slow to enumerate resources from (shel32.dll, ...), so I played a bit with it and found rather unusual solution for that problem. Anyway, much faster now. Plenty of little things more. Pays to download. @corgano, will be, will be... This new script is few steps closer to that. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
ProgAndy Posted April 16, 2009 Share Posted April 16, 2009 Can it really create ICL-Files? I thought that an icl-file is a 16bit DLL which has only a resource section. Can this Project create 16bit DLLs? *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
trancexx Posted April 16, 2009 Author Share Posted April 16, 2009 Can it really create ICL-Files? I thought that an icl-file is a 16bit DLL which has only a resource section. Can this Project create 16bit DLLs?ICL can be 32bit too.No it cannot make 16bit modules.... but it could if someone would think that's needed. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Draygoes Posted April 19, 2009 Share Posted April 19, 2009 This thing is great! What can we expect to see in the future from this? Spoiler "If a vegetarian eats vegetables,What the heck does a humanitarian eat?" "I hear voices in my head, but I ignore them and continue on killing." "You have forced me to raise the indifference warning to beige, it's a beige alert people. As with all beige alerts please prepare to think about the possibility of caring." An optimist says that giving someone power DOESN'T immediately turn them into a sadist. A pessimist says that giving someone power doesn't IMMEDIATELY turn them into a sadist. Link to comment Share on other sites More sharing options...
trancexx Posted April 19, 2009 Author Share Posted April 19, 2009 This thing is great!What can we expect to see in the future from this?Ability to edit resources of existing modules (reason why this is not implemented yet is because of possible damages that people could do to whatever they try to edit).Command line section for that kind of automation.More detailed view (e.g. RT_DIALOG code)Optional RT_VERSION for compiled resource dlls... ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
ProgAndy Posted April 19, 2009 Share Posted April 19, 2009 (edited) Ability to edit resources of existing modules (reason why this is not implemented yet is because of possible damages that people could do to whatever they try to edit)....You should create a backup of the file before making changes.Also, you could include a warning dialog and an Ini-key to disable it Edited April 19, 2009 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
trancexx Posted April 19, 2009 Author Share Posted April 19, 2009 You should create a backup of the file before making changes.Also, you could include a warning dialog and an Ini-key to disable it Yes. If you were downloading this last two scripts you could saw that I've made that, or maybe very similar step. I'm detaching from original module while (for now) enumerating resources. My plan is not to go back until user choose to save possibly done changes. Temp file will be edited. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
vengat Posted April 23, 2009 Share Posted April 23, 2009 very nice dude! vengat , cool of all Link to comment Share on other sites More sharing options...
Mobius Posted April 23, 2009 Share Posted April 23, 2009 Ability to edit resources of existing modules (reason why this is not implemented yet is because of possible damages that people could do to whatever they try to edit). Command line section for that kind of automation. [Ed] [/Ed] More detailed view (e.g. RT_DIALOG code) Optional RT_VERSION for compiled resource dlls ...Yo trancexx, Just like to say that your ResHacker Project is coming along in leaps and bounds Dude, keep up the great work. Any ideas for a name yet? It really deserves one as a standalone program it its own right Respect Vlad Link to comment Share on other sites More sharing options...
trancexx Posted April 24, 2009 Author Share Posted April 24, 2009 What? You don't like Resources.exe? It's pretty innovative and obviously made by design expert. <- is this a joke? How would you call it? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Mobius Posted April 24, 2009 Share Posted April 24, 2009 You are right, it was an utterly fruitless attempt on my part to be friendly. Name?...... um.. off the top of my head... Resourcexx Link to comment Share on other sites More sharing options...
trancexx Posted April 24, 2009 Author Share Posted April 24, 2009 You are right, it was an utterly fruitless attempt on my part to be friendly.Name?...... um.. off the top of my head... Resourcexx Fruitlessness is questionable.I like good jokes, you've made a great one.Respect ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
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