Features
- ❇️ implements method to read a int64 from a 64-bit addr #27 (Lucas Vieira)
Bug Fixes
- 🐛 prevents buffer overflow #27 (Lucas Vieira)
- use typedef instead of define #27 (Lucas Vieira)
- 🐛 prevents exploiting of TOCTOU race condition bug #27 (Lucas Vieira)
- fixes building for windows #27 (Lucas Vieira)
Documentation
- 📚 updates README.md (Lucas Vieira)
- 📚 updates badges (Lucas Vieira)
Code Refactoring
- ♻️ improves function signatures #27 (Lucas Vieira)
- ♻️ removes useless ';' #27 (Lucas Vieira)
- removes casting from integer to pointer #27 (Lucas Vieira)
- ♻️ prevents returning of garbages or undefined values #27 (Lucas Vieira)
Chores
- adds functions to handle error codes #27 (Lucas Vieira)
- fixes build error #27 (Lucas Vieira)