Commit Graph

20 Commits

Author SHA1 Message Date
Camille Chauvet
66cc5c87d4 clean: rename *.asm -> *.s 2025-05-12 14:44:16 +02:00
42b7aab1ae remove bonus 2024-09-16 16:19:38 +02:00
e3b2eb0852 fix: strdup: add 1 to \0 2024-09-11 20:40:52 +02:00
27f25d2cea clean 2024-09-05 18:41:46 +02:00
fdc1923211 save register 2024-09-05 18:39:51 +02:00
eadf7cde62 add: ft_list_push_front 2024-09-05 18:14:20 +02:00
49283f4227 add: ft_list_size 2024-09-05 13:15:14 +02:00
8ae1a6e876 use: wrt ..plt instead no-pie 2024-09-03 14:35:27 +02:00
174a587414 add: ft_read 2024-09-03 14:34:52 +02:00
a05124885e opti: use xor instead mov 0 2024-09-03 10:44:54 +02:00
50d50092bf clean: indent 2024-09-03 10:43:41 +02:00
b3a4690a85 add: strdup 2024-09-03 10:37:12 +02:00
3632b34e40 clean: fix indentation 2024-09-03 10:28:47 +02:00
a5ccf7df95 add -no-pie to remove useless code 2024-09-02 17:54:50 +02:00
054e31a020 add: ft_write 2024-09-02 17:22:08 +02:00
5bccb1efc6 strcmp: core: use movsx instead dirty code 2024-09-02 17:21:52 +02:00
d1756266b2 add: strcpy section .note.GNU-stack noalloc noexec nowrite progbits 2024-09-02 15:28:37 +02:00
b86d5dbab9 strcpy: fix: return value 2024-09-02 14:57:56 +02:00
ea247dce62 add: strcmp 2024-08-29 17:24:40 +02:00
e4ee25979b add: makefile 2024-08-28 15:47:11 +02:00