index
:
stderr64/experiments
this commit
master
Repository for code experiments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2 days
Fixed possible buffer overread on hex decoding and made RNG initialization ↵
HEAD
master
stderr64
better
3 days
Added RNG based encryption to the code to extract binary from define value
stderr64
3 days
Added code that extracts ELF binary stored in define value of the compiled ↵
stderr64
binary
2026-02-06
Added experiment showing how to detect is integer positive or negative
stderr64
2025-10-28
Removed compiled binary
stderr64
2025-10-28
Added some stuff
stderr64
2024-11-03
Forgot to change this from uint16_t to uin32_t
stderr64
2024-11-03
Use uint32_t instead of uint16_t to support wider range of unicode characters
stderr64
2024-11-02
Use memmove instead of wmemmove because its bytes being copied and not wchars
stderr64
2024-11-02
Fixed incorrect size in memset
stderr64
2024-11-02
Added unicode encoding example in C
stderr64
2024-10-27
Use C++ style type cast instead of C style type cast because this is C++ and ↵
stderr64
not C
2024-10-25
Added local char array test
stderr64
2024-10-24
Recreated repository
stderr64