Useful 3rd party tools to complement TC

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Preview pics for taskbar buttons, obviously known from Vista? Anyway, at least known from Opera. :)
Pretty neat I think, XP only:
Visual Tooltip

Icfu
This account is for sale
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Yes, very cool.

Thx icfu.
Habemus majkam!
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Iconify
A free icon packaging application

Drivel
A free multi-user whiteboard application

Pillow Fort
A free internet security application

Semimize
A free dual-monitor simulation utility

Choppng
A free PNG section editor

http://www.violus.com/misc.htm


Hacker, check out the site, you can extend your abilities with some interesting docs.... ;)
Habemus majkam!
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

For those who like TaskManger this is very nice:


Show Application icons in Processes list (if available)

Use different color for services

Find a used file by any process.
(Use * as file name for showing every used file)
(The search is a full text search, so for example you can use the extension only)

Find a used module by any process
(The search is a full text search, so for example you can search for "kernel")

Show Process ID in Applications tab

Use different color for processes if the CPU usage reaches a given limit ( 25%, 50%, 75% )

Query list of every files, handles, modules, windows used by a given process

Close a used file (you can unlock an exclusively opened file, so you can delete it)

Unload a used module (so you can delete it)

You can kill services too

Fast end process. Press DEL key!

Size: 100 KB
Installation: Click

http://www.codeguru.com/Cpp/W-P/system/taskmanager/article.php/c5763
Habemus majkam!
TychoBarfy
Senior Member
Senior Member
Posts: 347
Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:

Post by *TychoBarfy »

majkinetor ! wrote:For those who like TaskManger this is very nice:

...
Doesn't work under XP or I did something wrong.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2TychoBarfy
Just start the exe, leave it running in the background (you should see nothing happening). Now press Ctrl-Shift-Esc or right click on an empty area on the taskbar, choose Task Manager, and you will see the windows task manager spiced up.
I switched to Linux, bye and thanks for all the fish!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Doesn't work under XP here too.

Icfu
This account is for sale
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Works here nicely (XP pro SP2). Nice stuff!
I switched to Linux, bye and thanks for all the fish!
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

I don't know. I tried it on several XPs and it worked ....

I have XP Service Pack 1 + hotfixes up to date.

Maybe you people have some utitlities that might prevent this app from hooking TaskManager. I don't know any but I can imagine that scenario. This is, potentionaly dengerous method, since it intercepts API's before TaskMgr can see them, but it is the only one if you want to keep TaskManager.

It is also open-source and it was not intended to be community application but example of code injection so if sombody can't leave with periodic crashes when using Extra Menu options (not so usual task) it can search and make corrections to the code.

I think it is nice (although I don't use TaskMgr)... and according to what I see, procedures used for hooking didn't do anything nasty or problematic....
Habemus majkam!
TychoBarfy
Senior Member
Senior Member
Posts: 347
Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:

Post by *TychoBarfy »

May be because I use "Quick Access InfoBar" from http://www.processlibrary.com/quickaccess/

But I don't have it in the Autorun. So may be it's the DLL of this program hooking and prevent
"Task Manager Extension DLL" from working.

I'll uninstall "Quick Access InfoBar" and look if TME works then.

EDIT: Does'nt work. Even if I restart the system.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Kaspersky doesn't report any code injection, neither with Quick Access InfoBar nor Task Manager.

@TychoBarfy:
Do you see the i-icons with Quick Access InfoBar? Well, I don't see them here, the only thing that works is that processlibrary.com box.

Maybe you can try that on your SP1 box, majkinetor? If you see those blue icons on your box while we don't, I'd guess that SP2 is the "problem".

Edit:
Ah well, if it works for SanskritFritz under SP2, maybe it's Kaspersky preventing the hook. ;)

Icfu
This account is for sale
TychoBarfy
Senior Member
Senior Member
Posts: 347
Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:

Post by *TychoBarfy »

"Quick Access InfoBar" works including the icons.
Forgot to say, I have XP SP2 with all Post SP2s.

May be someone could have a look into the Code of TME.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Funny, I see the blue icons when I click on "choose columns". After closing they are gone again.

Ah well, crappy mysteries.

Icfu
This account is for sale
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

This is not officialy code injection in the worst scenario. No code is injected brute force, but the code is intercepted, that is, Hook is something that is called before and after calling proccess which should originaly receive windows messages while code injection can change anything, from parameters to functions to function assembler instructions. Hooking is standard technique implemented by many programs (WindowBlinds, for instance) so protection software may behave differently when they encounter one. Tiny Personal Firewall we surelly report this as code injection, while NOD32 doesn't mention a thing.


Anyway, it is not tested product... if it works it works if don't forget about it. But it is very nice, nevertheless. I am wondering how nobody did it before :)

NOTE: I recall that Win9x has somwhere in system utilities information about all hooks installed in the system. If this app doesn't work for you something is wrong with the hook, so I guess there are some apps out there which can inspect installed hooks for XP for those that care.
Habemus majkam!
TychoBarfy
Senior Member
Senior Member
Posts: 347
Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:

Post by *TychoBarfy »

2Icfu, don't have that problem :P
Post Reply