Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 11-24-2005, 05:34
5Alive 5Alive is offline
Friend
 
Join Date: Aug 2003
Posts: 82
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 1 Time in 1 Post
5Alive Reputation: 0
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.
Reply With Quote
  #2  
Old 11-24-2005, 05:45
babar0ga
 
Posts: n/a
Here you go...

Just put the file in OD directory.
Attached Files
File Type: zip OLLYDBG.manifest.zip (455 Bytes, 57 views)
Reply With Quote
  #3  
Old 11-24-2005, 05:53
5Alive 5Alive is offline
Friend
 
Join Date: Aug 2003
Posts: 82
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 1 Time in 1 Post
5Alive Reputation: 0
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.
Reply With Quote
  #4  
Old 11-24-2005, 23:16
diablo2oo2's Avatar
diablo2oo2 diablo2oo2 is offline
Family
 
Join Date: Mar 2004
Posts: 232
Rept. Given: 7
Rept. Rcvd 111 Times in 26 Posts
Thanks Given: 2
Thanks Rcvd at 20 Times in 7 Posts
diablo2oo2 Reputation: 100-199 diablo2oo2 Reputation: 100-199
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
Reply With Quote
  #5  
Old 11-25-2005, 01:32
5Alive 5Alive is offline
Friend
 
Join Date: Aug 2003
Posts: 82
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 1 Time in 1 Post
5Alive Reputation: 0
@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.
Reply With Quote
  #6  
Old 11-25-2005, 01:44
MaRKuS-DJM's Avatar
MaRKuS-DJM MaRKuS-DJM is offline
Cracker + Unpacker
 
Join Date: Aug 2003
Location: Virtual World / Network
Posts: 553
Rept. Given: 7
Rept. Rcvd 6 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 16 Times in 10 Posts
MaRKuS-DJM Reputation: 6
it changes normal buttons, but not bitmaps (in olly the buttons in the bar on the top are bitmaps)
Reply With Quote
  #7  
Old 11-25-2005, 17:27
5Alive 5Alive is offline
Friend
 
Join Date: Aug 2003
Posts: 82
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 1 Time in 1 Post
5Alive Reputation: 0
@ Markus, I now realise they are bitmaps and not buttons as I first thought.

Thanks.
Reply With Quote
  #8  
Old 12-03-2005, 06:56
ADX
 
Posts: n/a
Exclamation 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>
2. Or you can directly "embeed" these manifest info into the executable. To do this, you can use tools like Resource Tuner, PE Explorer or XP Visual Style Manifest. You can find a trial of all of this ones in hxxp://www.heaventools.com. This programs have options to make Visual XP themes (apply the manifest).
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
Reply With Quote
  #9  
Old 12-05-2005, 22:04
Hero Hero is offline
VIP
 
Join Date: Jan 2005
Posts: 224
Rept. Given: 2
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 4
Thanks Rcvd at 2 Times in 2 Posts
Hero Reputation: 1
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!
Reply With Quote
  #10  
Old 12-05-2005, 22:16
5Alive 5Alive is offline
Friend
 
Join Date: Aug 2003
Posts: 82
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 1 Time in 1 Post
5Alive Reputation: 0
@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.
Reply With Quote
  #11  
Old 12-06-2005, 01:38
ADX
 
Posts: n/a
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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


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


All times are GMT +8. The time now is 18:13.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )