Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-10 | comment on cards | Iru Cai | |
2021-05-10 | replace card strings | Iru Cai | |
I generate a script with the following program to replace the refs in card_strings. int main() { const unsigned addr = 0x48123a; for (int i = 0; i < 12 * 3 * 30; i++) { unsigned offset = i * 4; printf("sed -i 's/ref_%08x/(card_strings+%d)/g' rich4.asm\n", addr + offset, offset); } } | |||
2021-05-10 | add make clean | Iru Cai | |
2021-05-10 | replace get_local_time function | Iru Cai | |
2021-05-10 | use msvcrt memcmp | Iru Cai | |
2021-05-10 | use msvcrt strlen | Iru Cai | |
2021-05-10 | use msvcrt memcpy | Iru Cai | |
2021-05-10 | drop radare2 mmap.* sections | Iru Cai | |
2021-05-10 | add assembly dump of rich4.exerich4_asm | Iru Cai | |