Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   Task Explorer - An Advanced Task Manager for hackers (https://forum.exetools.com/showthread.php?t=19320)

blue_devil 02-24-2025 19:37

TaskExplorer v1.6.1
 
TaskExplorer v1.6.1 Released 23.02.2025

Added
  • added ARM64 driver
  • added translations

Changed
  • updated code to be qt6 comaptible
  • greately improved dark mode
  • improved driver statis information on startup
  • updated MiscHelpers.dll, improved finder

Fixed
  • fixed Closing System Info closes also the TaskExplorer #34
  • fixed handle leak in thread stack panel
  • fixed bad performance on windows 10
  • fixed issue where two instances were started when "Skip UAC" was enabled

Home
Code:

https://github.com/DavidXanatos/TaskExplorer/
https://xanasoft.com/TaskExplorer/

Download
Code:

https://github.com/DavidXanatos/TaskExplorer/releases/tag/v1.6.1

sendersu 02-24-2025 22:35

[QUOTE=blue_devil;132743]TaskExplorer v1.6.1 Released 23.02.2025


crashes on start of the tool
W7x64

blue_devil 02-25-2025 14:03

Exactly
I have tried both on win 11 and win 7 it is not working.
I've checked github and some people make it on non-admin windows sessions

MarcElBichon 03-02-2025 23:05

@DavidXanatos fixed it!
https://github.com/DavidXanatos/TaskExplorer/releases

blue_devil 03-03-2025 13:04

TaskExplorer v1.6.2
 
TaskExplorer v1.6.2 Released 02.03.2025

Added
  • added driver DynData updater, on start when the current DynData is not compatible with the windows kernel TE will offer an option to update the DynData
  • Note: the updater extracts the DynData from regular SystemInformer canary update packages.
  • added preparations (not enebled) to use the old driver on windows 7

Changed
moved translations to translations.7z

Fixed
incompatybility witn windows 7 introduced in 1.16.1
fixed crash in module search window
fixed performance issue with codepage detection

Home
Code:

https://github.com/DavidXanatos/TaskExplorer/
https://xanasoft.com/TaskExplorer/

Download
Code:

https://github.com/DavidXanatos/TaskExplorer/releases/tag/v1.6.2

Fyyre 04-19-2025 05:10

Quote:

Originally Posted by DavidXanatos (Post 126698)
Removed
removed ability to unprotect protected processes
removed kernel debug log dumping (will be re added later)

but why? ;)

sendersu 04-19-2025 19:58

anyone tried to build TaskExplorer from sources?
seems mission impossible & total mess in the repo...
missed code
missed types...
WTF

blue_devil 04-20-2025 17:45

Maybe we should ask those questions by creating a new issue on the repo.

blue_devil 05-05-2025 13:02

v1.6.4
 
Task Explorer v1.6.4 (2025-05-04)

Fixed
  • fixed failure to update dyndata
  • fixed crash when dyndata update failed

Home
Code:

https://github.com/DavidXanatos/TaskExplorer/
https://xanasoft.com/TaskExplorer/

Download
Code:

https://github.com/DavidXanatos/TaskExplorer/releases/tag/v1.6.4
https://github.com/DavidXanatos/TaskExplorer/releases/download/v1.6.4/TaskExplorer-v1.6.4.exe


sendersu 05-05-2025 16:05

Quote:

Originally Posted by blue_devil (Post 133017)
Maybe we should ask those questions by creating a new issue on the repo.

have you tried to build yourself?
I"m still having issues... sad but true

blue_devil 07-05-2025 19:20

Task Explorer v1.6.5
 
Task Explorer v1.6.5 05.07.2025

Quote:

This is a maintenance release, it updates TaskExplorer to the latest PHlib and VS2022 toolset.
Changed
  • updated PHlib to version 3.2.25180.1655
  • switched to VS2022 toolset
  • updated Qt to 5.15.16

Download
Code:

https://github.com/DavidXanatos/TaskExplorer/releases/tag/v1.6.5
https://github.com/DavidXanatos/TaskExplorer/releases/download/v1.6.5/TaskExplorer-v1.6.5.exe


blue_devil 11-25-2025 15:32

Task Explorer v1.6.6
 
Task Explorer v1.6.6 24.11.2025

Changed
  • updated PHlib to version 3.2.25324
  • improved process map handling

Fixed
  • fixed token info not proeprly listed, broken in 1.6.5
  • fixed issue with Environment enumeration

Download
Code:

https://github.com/DavidXanatos/TaskExplorer/releases/tag/v1.6.6

bolo2002 11-27-2025 00:36

Quote:

Originally Posted by blue_devil (Post 134183)
Task Explorer v1.6.6 24.11.2015

2025:cool:

DavidXanatos 11-27-2025 06:18

Quote:

Originally Posted by Fyyre (Post 133008)
but why? ;)

Because preparing for getting the driver signed as was don starting with 1.6.0

Quote:

Originally Posted by sendersu (Post 133075)
have you tried to build yourself?
I"m still having issues... sad but true

You only need VS 2022 latest Qt5 and you can build it, though there is a certain order to it
first /ProcessHacker/tools/thirdparty/thirdparty.sln
then /ProcessHacker/SystemInformer.sln
and finally /TaskExplorer+Libs.sln

DavidXanatos 12-09-2025 16:17

## [1.7.0] - 2025-12-09

### Added
- added TaskHelper.exe used as worker and service instead of using TaskExplorer.exe itself
- improved KSI Driver's proces protection, it no longer required DynData
- this change allows to use a lare portion of the driver functionality without up to date DynData
- added DPI scaling options to settings
- added original pages column to memory view
- added thread colums: actual base priority, RPC usage, COM flags, LXSS TID
- added process columns: CPU Afinity, LXSS PID
- added module columns: enclave base address, enclave size, enclave type
- added window finder, drag finder to a window to open its process
- added open process to service view

### Changed
- Changed settings tabs from timple tabs to side tabs with icons
- switched to Qt 6.8.3 with [Windows 7 compatibility patches](https://github.com/crystalidea/qt6windows7)
- updated QWT library to 6.3
- updated run as mechanisms
- added more security info to handle view and moved it to own section
- double click in handle/module/memory search window now opens the process the handle/module/memory belongs to

### Fixed
- fixed crash on handle view
- fixed token privilege coloring
- fixed driver process protection on arm64 systems caused crash
- fixed m_SocketList corruption

### Removed
- removed support for 32-bit Windows


Download: https://github.com/DavidXanatos/TaskExplorer/releases/tag/v1.7.0


All times are GMT +8. The time now is 03:45.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX