Skip to content
Vurdalakov edited this page Aug 12, 2015 · 7 revisions
Overview

atoms command-line tool works with Windows global atom table.

Syntax
atom <-command>

-e command enumerates Windows global atom table strings.

-a command adds a string to Windows global atom table.

-f command finds a string in Windows global atom table.

-d command deletes global atom.

-q command queries basic information about global atom.

Examples
atoms -e
atoms -a:vurdalakov
atoms -f:vurdalakov
atoms -d:50802
atoms -q:50802
Keywords

C#, NtAddAtom, NtFindAtom, NtDeleteAtom, NtQueryInformationAtom

Links

Clone this wiki locally