Hey that's me

end2end zone

My life dumped to a web site

end2end

3-Minute Read

OfficeReadOnly

OfficeReadOnly is a tool that allows a user to open any Office Documents as a Read-Only document directly from the File Explorer.

It’s main features are:

  • Integrates into Windows File Explorer or the with the “Send to” folder.
  • Supports Documents, Workbooks, Presentations and Diagrams.
  • Supports both Microsoft Office 2003 (*.doc) and Microsoft Office 2010 file extensions (*.doc, and *.docx).
  • Can be used from the command prompt.

Microsoft Office does not supports opening files as read-only when right-clicking a document from the File Explorer menu and it does not support opening file as read-only from the command prompt.

end2end

6-Minute Read

bin2cpp

Please note that bin2cpp source code is now moved to GitHub. Source code can be downloaded from the project’s GitHub page.

bin2cpp is a command line tool for embedding small files (like images, icons or raw data files) into a C++ executable.

It’s main features are:

  • Easily converts small files as C++ source code for embedding into a C++ executable.
  • Content extraction supported by a unique function call for each embedded file.
  • Supports a multiple embedded files at once.
  • Makes it harder for resource hacker to modify or steal the embedded files.
  • No third party libraries required for retrieving the data of the embedded files.

bin2cpp is not implemented using executable resources. Instead, bin2cpp creates multiple function calls for retrieving the data which makes it harder to steal the executable’s content. It also makes it even harder to replace an existing resource of the executable.

Recent Posts

Categories

About

Hey! I'm Antoine author of end2end zone. Take a couple of minutes to get to know me a little better.