Skip to content

Releases: JordiCorbilla/atom-table-monitor

ATOM table monitor 1.8

28 Apr 07:02
Compare
Choose a tag to compare

Upgrade version to Delphi 10.3 RIO and stabilization fixes.

ATOM table monitor 1.7 [Unstable]

28 Jan 18:33
7dfb4fe
Compare
Choose a tag to compare
Pre-release

This is still a version under development that contains an easy way to track individual patterns in the global atom table.

ATOM table monitor 1.6

24 Jan 22:30
e8840f5
Compare
Choose a tag to compare

This release includes a few features that have been asked by the community.

  • Include Delphi specific atom display. The tool will now allow you to easily see specific Delphi atoms in the Global Atom table:

image

  • Make the tool a bit bigger for better display. the main memory arena grid has been widened and the overall look of the application looks different.

image

ATOM table monitor 1.5

19 Jan 18:35
Compare
Choose a tag to compare

Monitoring tool for global atom table and RegisterWindowMessage identifiers.

With ATOM table Monitor, all created atoms using RegisterClass, RegisterClassEx, GlobalAddAtom, AddAtom or identifiers from RegisterWindowMessage functions can be monitored and be sure our applications are not leaking Atoms / identifiers.

Features:

  • Monitor Global atom entries from 0xC000 to 0xFFFF using GlobalGetAtomName.
  • Monitor RegisterWindowMessage atom entries (identifiers) from 0xC000 to 0xFFF using GetClipboardFormatName.
  • Memory displayed in a nice way using a memory grid.
  • Match pattern using regular expressions.
  • Graph displaying current values.
  • Testing table entries using GlobalAddAtom and RegisterWindowMessage functions.
  • Monitoring user session atoms and Service session atoms.
  • Windows 10 support.

ATOM table monitor 1.4

21 Oct 23:00
Compare
Choose a tag to compare

Monitoring tool for global atom table and RegisterWindowMessage identifiers.

With ATOM table Monitor, all created atoms using RegisterClass, RegisterClassEx, GlobalAddAtom, AddAtom or identifiers from RegisterWindowMessage functions can be monitored and be sure our applications are not leaking Atoms / identifiers.

Features:

Monitor Global atom entries from 0xC000 to 0xFFFF using GlobalGetAtomName.
Monitor RegisterWindowMessage atom entries (identifiers) from 0xC000 to 0xFFF using GetClipboardFormatName.
Memory displayed in a nice way using a memory grid.
Match pattern using regular expressions.
Graph displaying current values.
Testing table entries using GlobalAddAtom and RegisterWindowMessage functions.
Monitoring user session atoms and Service session atoms.