Skip to content

ultros/get_notepad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This application will dump the notepad tab cache to json format. Notepad caches your data until the tab within Notepad.exe has been closed.

Among much data, the notepad cache is used to store filenames (if saved) and tab content data. This means that your notes may be fully recoverable.

Just run the program on a windows 11 machine or integrate the class into your own project. This program outputs json format.

Example output:

.\get_notepad.exe
{"filename0000": null, "data0000": "asdfasdff", "filename0001": null, "data0001": "test23", "filename0002": null, "data0002": "test\rtest\rtest\rtest4\r\rtest5 "}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%