summaryrefslogtreecommitdiff
path: root/binaryreader.cpp
AgeCommit message (Collapse)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-04-25Moved TryReadPointer to core BinaryReader classBrandon Miller
2024-03-25Fixed TryReadPointer and ReadPointer APIsBrandon Miller
Both TryReadPointer and ReadPointer were assuming little endian byte order. TryReadPointer was also only setting 32-bits of the 64-bit value while running against binaries targeting 32-bit CPU architectures
2024-01-08update copyright yearJordan Wiens
2023-10-16Fix an issue with BinaryReader::ReadPointer that occured when reading ↵kat
pointers smaller than 64 bits
2023-05-18Add ReadPointer to BinaryReader classkat
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-06-09Fix warningsRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2017-07-01Adding settings system apis, and binaryview metadata apisPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2015-02-12Place API code with the associated classRusty Wagner