#1
|
|||
|
|||
OllyDbg XP style
I've seen screen shots of OllyDbg using the XP style manifest in tutorials and Olly's shadow. How can I do do this manually? I have tried using Heaven Tools Resource Tuner which doesn't work on OLLYDBG.EXE for some reason??
I'd like to try this for myself rather than use someone else's file, or use a version of Olly that only has the XP manifest and no other patches/fixes. I seem to remember Trsh release such a file although I could be wrong as I cannot find it on the web. Thanks guys. 5aLIVE. |
#2
|
|||
|
|||
Here you go...
Just put the file in OD directory. |
#3
|
|||
|
|||
Thankyou very much! Hmm, just tried using the file and it doesn't makes any changes to the icon etc???
UPDATE: To answer my own post here is the file I was thinking of: http://www.free-for-all.ru/tsrh/reliz/2004/12/ollydbg.1.10.xp.tool-tsrh.zip 5aLIVE Last edited by 5Alive; 11-24-2005 at 19:12. |
#4
|
||||
|
||||
if you have renamed the "ollydbg.exe" you also must rename the manifest file. then it will work.
btw, if you mean the icons with the big letters. they are saved in the resource as bitmap and have no relation to the xp style.
__________________
Thinking In Bytes |
#5
|
|||
|
|||
@diablo2002, I've confused the two. I assumed the XP style manifest changed the icons too.
I've got what I am looking for between the two files discussed. Thanks for taking the trouble to reply. 5aLIVE. |
#6
|
||||
|
||||
it changes normal buttons, but not bitmaps (in olly the buttons in the bar on the top are bitmaps)
|
#7
|
|||
|
|||
@ Markus, I now realise they are bitmaps and not buttons as I first thought.
Thanks. |
#8
|
|||
|
|||
Add manifest
Hi.
If you want to put the manifest xp on Olly, you can do two things: 1. Use an OLLYDBG.EXE.MANIFEST file (if your olly names ollydbg.exe, sure ), that contains that XML data: Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Olly.Debugger.XPThemed" type="win32" /> <description>XP.Manifest</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly> For change the icons, or bitmaps, use Resource Tuner or the tipical Resource Hacker xD (hxxp://www.angusj.com/resourcehacker/). For make your own icons you can use Axialis IconWorkshop. For make your own bmps you can use Photoshop. This is all. Byez |
#9
|
|||
|
|||
This is a really simple way,But thatnks for mentioning it...
Sincerely yours
__________________
I should look out my posts,or JMI gets mad on me! |
#10
|
|||
|
|||
@ADX thanks for the reply. I had already tried using the Resource Tuner to embed the XP manifest into Olly(see my first post). It didn't work for me, as it is unable to initialise the ComCtl32.dll.
Didn't you get this error? If you did, can you tell me how you fixed it please? Thanks, 5aLIVE. Last edited by 5Alive; 12-05-2005 at 22:20. |
#11
|
|||
|
|||
Yes, I have this error (well, no error, its only a Warning, but maybe it crashes in some parts of the prog). Maybe you can inject code to initialize that, but do this, is difficult. Someone here maybe can do it for you, or ask to the creator of the XP modification (this XP modification: hxxp://www.free-for-all.ru/tsrh/reliz/2004/12/ollydbg.1.10.xp.tool-tsrh.zip) or ask for "dll injection", or something like that. Really, I don't know how, but I think that the only way is initialize the ComCtl32.dll manually, injecting code (with programs like Injerta, Snippet Code Creator, ToPo or IDD King)
Byez |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create custom style for x64 | Storm Shadow | Developer Section | 5 | 12-07-2018 01:15 |
Conditional BPs made easy (wizard style) | Rhodium | General Discussion | 5 | 01-04-2006 00:17 |