Hi guys and gals!
A couple of days ago, the first major update for Windows 10 was officially released. Unfortunately, the update has introduced enough changes to break compatibility with 7+ Taskbar Tweaker, as many of you have noticed.
I can’t tell when a compatible version of 7+ Taskbar Tweaker will be ready, but I hope to make an alpha version available in a week or two.
Update: The new version is now officially supported. Get 7+ Taskbar Tweaker here.
Posted in
Software,
Updates on November 17th, 2015.
54 Comments.
I’m happy to announce that Unchecky v0.4 is now available!
Here is what’s new in this version:
Support for browser offers
This feature was requested since the first version of Unchecky was released, and I’ve been planning to implement it for a long time. Now, Unchecky is finally able to combat offers in the browser. Just like for native installers, the checkbox is automatically unchecked, and a warning is displayed when a checkbox with an offer is clicked.
Warning tooltips
When you click on a button which causes an installation of a potentially unwanted program, Unchecky shows a warning message box. But until now, you could not know whether a button causes an installation of a potentially unwanted program before clicking on it. Unchecky v0.4 provides a new option, which allows to display a tooltip while hovering on such a button. That way, you can know which buttons to avoid even before clicking on them!
The new option can be enabled in the Settings page of Unchecky.
Read More…
Posted in
Software,
Updates on October 12th, 2015.
8 Comments.
Colorizes the double-words in the CPU dump of OllyDbg 2 by the following rules:
Red: an address to a code block of a module.
Magenta: an address to a non-code block of a module.
Yellow: an address to a non-module memory block.
Black: a handle of a window which belongs to the debuggee process.
The colors can be changed in the .ini file.
Limitations: double-words across rows are not processed.
dump_address_color.zip (5.38 kB)
The source code is available on GitHub.
Posted in
Releases,
Software on August 28th, 2015.
4 Comments.
This plugin fixes a minor, but annoying issue with the CPU dump history navigation on OllyDbg 2.
Without the plugin (clickable):
With the plugin (clickable):
dump_history_nav_fixer.zip (112.31 kB)
Posted in
Releases,
Software on August 28th, 2015.
No Comments.
Adds the missing option to follow immediate constant in OllyDbg 2, just like in OllyDbg 1.10.
Screenshot (clickable):
follow_immediate_constant.zip (21.58 kB)
Posted in
Releases,
Software on August 28th, 2015.
No Comments.
After extensive alpha and beta testing, 7+ Taskbar Tweaker v5.0, the first stable version to support Windows 10, is available!
I want to thank everybody who supported the porting effort: Mike T, Fraser Ntukula, and other contributors.
Posted in
Software,
Updates on August 22nd, 2015.
49 Comments.
OllyDbg is able to use dbghelp.dll
and symsrv.dll
to show extended debug information, such as the module source code (if referenced by the debug information) or module symbols from a PDB file (which can be fetched from the Microsoft Symbol Server for system modules). The problem is that if you turn on this option, module loading becomes much slower. On the other hand, this information is very handy, so there’s a dilemma as of whether to turn it on.
The Symbols on Demand plugin provides the best of both worlds: it disables loading of this extended debug information by default, but allows to load it explicitly for any module, at any time. Using this approach, loading is still fast, but if you need to load extended debug information for a module, you can easily do that.
OllyDbg v1.10 and v2.01 are supported. For OllyDbg v1.10, there’s additional functionality: you can set the symbols search path, which is set by default to SRV*.\Symbols*http://msdl.microsoft.com/download/symbols
. You can also choose to retrieve undecorated symbol names. These options can be set in the INI file of OllyDbg, in the plugin’s section.
symbols_on_demand.zip (4.96 kB)
For your convenience, here are the dbghelp.dll
and symsrv.dll
files:
dbghelp_symsrv.zip (579.8 kB)
The source code is available on GitHub.
Posted in
Releases,
Software on August 8th, 2015.
15 Comments.
About a week ago, Windows 10 became generally available for updating. Today, I’m happy to present the beta version of 7+ Taskbar Tweaker, which is compatible with Windows 10. All the existing options should work, except the following advanced options: list_reverse_order
and tray_icons_padding
. These two options cannot be tweaked in Windows 10 using the same tricks that the tweaker used in earlier Windows versions, so they don’t work in Windows 10. I might look at reimplementing them for Windows 10 in the future.
Please try the beta version, and if you encounter any issues, please let me know.
Posted in
Software,
Updates on August 7th, 2015.
81 Comments.
I’m happy to present Virtuoz, the virtual desktop utility.
Virtuoz was designed to be a minimal and robust program that allows to have more than one desktop on Windows. It was inspired by Sysinternals Desktops, but uses a different approach, which doesn’t impose the limitations which Desktops is bound to.
Virtuoz is designed for Windows 7 and Windows 8. Note that Windows 10 is not supported (Windows 10 supports virtual desktops without extra software).
Download
Virtuoz.zip (349.31 kB)
Source code
https://github.com/m417z/Virtuoz
Posted in
Releases,
Software on June 28th, 2015.
63 Comments.
I’m happy to announce that Unchecky has been acquired by Reason Software Company Inc., the company behind Should I remove it? and herdProtect, and has been integrated into the new Reason security product, Reason Core Security.
The Reason Company has a vision similar to Unchecky, which aims to protect users from potentially unwanted programs and offers. Reason Core Security is a comprehensive anti-malware security suite, designed to keep the users safe from malware, as well as to prevent accidental installations of unwanted programs.
For existing Unchecky users, nothing will change: if you don’t need the power of Reason Core Security, you can continue to use Unchecky, which is not abandoned – it will continue to be developed as a standalone program as well as a Reason Core Security component.
I would like to thank everybody who supported Unchecky during its development, and I’m sure that it will become a part of a great product, which will provide a comprehensive solution to the problem of malware and potentially unwanted programs.
Posted in
Software,
Updates on April 14th, 2015.
20 Comments.