Age | Commit message (Expand) | Author |
---|---|---|
2024-07-19 | Separate ELF dump function | Mitya Selivanov |
2024-07-19 | Separate ELF dump function | Mitya Selivanov |
2024-07-19 | Cleanup | Mitya Selivanov |
2024-07-19 | Use i64 for all offsets and indices; Use buffers from the pool; Cleanup | Mitya Selivanov |
2024-07-18 | Update TODO | Mitya Selivanov |
2024-07-18 | Cleanup; Update comments | Mitya Selivanov |
2024-07-18 | Print relocation type names | Mitya Selivanov |
2024-07-18 | Add checks | Mitya Selivanov |
2024-07-18 | Add checks | Mitya Selivanov |
2024-07-17 | Print relocations | Mitya Selivanov |
2024-07-17 | Cleanup | Mitya Selivanov |
2024-07-17 | Add section info values | Mitya Selivanov |
2024-07-17 | Read symbols | Mitya Selivanov |
2024-07-17 | Reading ELF object files into memory | Mitya Selivanov |
2024-07-17 | Add symbol and relocation procs | Mitya Selivanov |
2024-07-17 | word and dword order | Mitya Selivanov |
2024-07-17 | word and dword order | Mitya Selivanov |
2024-07-17 | Add elf_symbol proc | Mitya Selivanov |
2024-07-17 | Update TODO | Mitya Selivanov |
2024-07-17 | Remove bx_str_eq proc | Mitya Selivanov |
2024-07-17 | Update comment | Mitya Selivanov |
2024-07-17 | Improve error handling | Mitya Selivanov |
2024-07-17 | ordering macros | Mitya Selivanov |
2024-07-17 | Bit order | Mitya Selivanov |
2024-07-17 | Bit order | Mitya Selivanov |
2024-07-17 | Floating-point number serialization | Mitya Selivanov |
2024-07-13 | Add ELF decoding procs | Mitya Selivanov |
2024-07-13 | Cleanup | Mitya Selivanov |
2024-07-13 | Update asm example | Mitya Selivanov |
2024-07-13 | Cleanup | Mitya Selivanov |
2024-07-13 | Decoding AR ELF in memory | Mitya Selivanov |
2024-07-12 | Update relocations | Mitya Selivanov |
2024-07-12 | Update relocations decoding | Mitya Selivanov |
2024-07-12 | Decode relocations | Mitya Selivanov |
2024-07-12 | Cleanup; Update TODO | Mitya Selivanov |
2024-07-11 | Add test lib | Mitya Selivanov |
2024-07-10 | Use abort in bx_assert | Mitya Selivanov |
2024-07-10 | Decoding symbols | Mitya Selivanov |
2024-07-10 | Remove some dependencies; Decoding symbols | Mitya Selivanov |
2024-07-09 | ELF obj: Fixes; colors | Mitya Selivanov |
2024-07-09 | Refactor; Update comments | Mitya Selivanov |
2024-07-09 | Update ELF sections decoding | Mitya Selivanov |
2024-07-09 | Update ELF sections decoding | Mitya Selivanov |
2024-07-09 | Decoding string tables | Mitya Selivanov |
2024-07-09 | Remove line | Mitya Selivanov |
2024-07-09 | Decoding string table | Mitya Selivanov |
2024-07-09 | Update symbol table decoding | Mitya Selivanov |
2024-07-09 | Update symbol table decoding | Mitya Selivanov |
2024-07-08 | Pascal_Snake_Case for type names | Mitya Selivanov |
2024-06-12 | Fix io open; Cleanup | Mitya Selivanov |