Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 413 Bytes

hackingart

Originally downloaded these sources required improvement which is the purpose of this repository to track made changes.

Acknowledgement

This repository for education and personal, non-commercial use only with no liabilities.

Notes

  1. 0x%08x will be replaced with %p in case of printf of the pointers.
  2. printf("text\n") replaced with puts("text")