7 Taskbar Tweaker v2.1, ready to be translated

Here’s v2.1 of 7 Taskbar Tweaker, which supports multiple languages. What’s left to do now is to translate it :)
If you are interested, you can use any resource editor for the job (note that both the exe and the dll have texts), and I’ll officially integrate it in the next version.

Also in this version:

  • A several-times-requested feature to open pinned items with double click to avoid accidental clicking.
  • The tweaker is now compatible with Dexpot‘s SevenDex feature. Note that if you use the Don’t group tweaker option, force SevenDex’s Application ID to group for the thumbnails to show up correctly.
  • The installer works on Windows Server 2008 R2. I did not actually test the tweaker on this OS, but I’ve heard it works, so here you go.
Posted in Software, Updates at June 15th, 2011. 18 Comments.

MUltimate Assembler v1.4

MUltimate Assembler (the OllyDbg plugin) v1.4 is available!
This version adds some useful features to the tab control.
Read More…

Posted in Software, Updates at May 22nd, 2011. No Comments.

7 Taskbar Tweaker v2.0, with dragging within groups

7 Taskbar Tweaker v2.0 is out!

Now you don’t have to open Taskbar Inspector to Group your taskbar items the way you want to.
The new drag-within-groups option enables you to do it using the right mouse button!
Here is a short demo to demonstrate how it works:
Enable flash to see the demo.

Read More…

Posted in Software, Updates at April 18th, 2011. 47 Comments.

Resource Hacker FX: the improved Resource Hacker

Remember the good ol’ Resource Hacker?
It’s a popular Resource viewer/editor, I use it to quickly view and edit resources. I tried to find an alternative, but I did not find any that I liked, so I decided to just improve Resource Hacker.

Here is a patcher that needs to be used on the original Resource Hacker v3.6.0.92:
rar Resource Hacker FXer.rar (37.3 kB)

Here is how it looks:

What does the patcher change:
Read More…

Posted in Releases, Software at March 13th, 2011. 93 Comments.

7 Taskbar Tweaker v1.8 is out!

7 Taskbar Tweaker v1.8 is here!
No extremely new features this time, but there are some improvements…

The decombine-on-hover feature introduced in v1.7 can also show labels when decombining.

Taskbar Inspector can now be opened by left clicking the tray icon.

The Left click on grouped item function is back. Although the tweak can be enabled through the registry, people wanted it back in 7TT, so here it is.

Before running the new version, don’t forget to close the old one to avoid this :)
Future versions will warn you if you have an old version running instead of just opening it’s window.

Posted in Software, Updates at February 18th, 2011. 25 Comments.

MUltimate Assembler v1.3

MUltimate Assembler (the OllyDbg plugin) is updated to version 1.3, with a new option of choosing how to disassemble hexadecimal numbers:

Also in this version:
- Fixed a crash when writing labels and comments.
- The asm files path can be set in the configuration file.

Posted in Software, Updates at January 27th, 2011. No Comments.

winapiexec

winapiexec is a small tool that allows you to run WinAPI functions through command line parameters.

The syntax is:
winapiexec.exe library.dll@FunctionName 123 unicode_text "a space"

If you don’t specify a library or use “k”, kernel32.dll is used.
If you specify “u” as a library, user32.dll is used.

Numbers are detected automatically, you also can use hex numbers (like 0xFE) and use the minus sign (e.g. -5).
Strings are unicode by default.

You can use special prefixes to specify parameter types:
$s:ascii – an ascii string
$u:unicode – a unicode string (it’s unicode by default, but you can use it to force numbers as strings)
$b:1024 – a zero-bytes buffer with the size you specify, in bytes
$$:1 – a reference to another parameter, you can also use $$:0 for the program’s name (argv[0])
$a:1,$u:2,str – an array of parameters, divided by commas. you can use all the perfixes here
$$:3@2 – a reference to an item in an array of parameters

While referencing to another parameter, note that they are processed by the order of execution, which means there’s no point to reference to a parameter right to the referencing one.
Also note that after a function is run, it’s first parameter (like library.dll@FunctionName) is replaced with the return value.

You can execute multiple WinAPI functions, one after the other, using a comma:
winapiexec.exe library.dll@FunctionName1 123 , library.dll@FunctionName2 456
You can also execute functions nested, using brackets:
winapiexec.exe library.dll@FunctionName1 ( library.dll@FunctionName2 456 )
While the return value of the internal function is passed as a parameter to the external function.

Download:
rar winapiexec.rar (2.98 KB)
Read More…

Posted in Releases, Software at January 8th, 2011. 12 Comments.

7 Taskbar Tweaker v1.7, with decombine on hover

That’s right, and here’s how it looks:
Get flash to see the short movie

Together with whatever-you-want grouping introduced with v1.6 (video), it becomes a really handy feature.
Read More…

Posted in Software, Updates at January 7th, 2011. 28 Comments.

7 Taskbar Tweaker v1.6, with whatever-you-want grouping

Ever thought that the idea of taskbar items grouping is good, except that Windows does not group the correct items? 7 Taskbar Tweaker v1.6 is here to the rescue!

Now what do you think about this? :)

Read More…

Posted in Software, Updates at December 11th, 2010. 16 Comments.

7 Taskbar Tweaker update! v1.5, with Taskbar Inspector

Hi! Today I’m releasing 7 Taskbar Tweaker v1.5, and here I’m gonna show you some of it’s new features.

The most interesting update is the Taskbar Inspector, and here’s how it looks:

It’s basically a list of your taskbar items, and it allows you to do the following:
Read More…

Posted in Software, Updates at November 27th, 2010. 26 Comments.