467 Commits

Author SHA1 Message Date
4609a814df Removed unnecessary code 2025-02-04 15:19:03 +01:00
51e3c1ba0e Implemented struct parser 2025-02-04 14:41:04 +01:00
fc1b970f7f Forced the evaluation of symlinks 2025-02-04 00:00:43 +01:00
fff21230d7 Simplified register usage visualization 2025-02-03 21:20:48 +01:00
6959379182 Simplified identifier lookup 2025-02-03 15:22:57 +01:00
6af02d8fa3 Fixed incorrect section offsets on Windows 2025-02-03 14:23:23 +01:00
cb6b3a4cd0 Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
646dafd216 Added return count mismatch error 2025-02-03 13:13:17 +01:00
715635aaa7 Added time.sleep function 2025-02-02 17:04:58 +01:00
271ae0fb18 Added stack specific flags for thread stack allocation 2025-02-02 15:17:52 +01:00
11d2521aee Simplified the assembler 2025-02-02 11:48:08 +01:00
dd9222c162 Removed unnecessary benchmarks 2025-02-02 11:38:55 +01:00
858d0f21cf Simplified tokenizer 2025-02-02 11:11:59 +01:00
1be26f288c Added more tokenizer tests 2025-02-01 14:44:24 +01:00
8b54823f6e Fixed incorrect syscall numbers for Mac 2025-01-31 21:59:30 +01:00
6f6af97919 Added fork and execve syscalls for Mac 2025-01-31 21:56:00 +01:00
8de582abf6 Fixed incorrect OS detection 2025-01-31 21:50:35 +01:00
6163ba547e Simplified thread example 2025-01-31 12:11:39 +01:00
547e7d066b Added more CLI tests 2025-01-31 11:54:42 +01:00
eba0176ae6 Added more tokenizer tests 2025-01-31 11:42:34 +01:00
be1b8723f4 Improved performance of the address resolver 2025-01-31 11:14:04 +01:00
dd6d1cc16c Implemented function pointers as parameters 2025-01-30 23:57:41 +01:00
313302b9c8 Improved code style 2025-01-30 22:23:38 +01:00
162824ec1c Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
a2d80b0c21 Simplified memory access encoding 2025-01-29 15:22:36 +01:00
92e4175bbd Improved documentation 2025-01-28 14:04:30 +01:00
9a8cffe2f4 Improved documentation 2025-01-28 13:43:38 +01:00
fb40059113 Added missing register deallocation 2025-01-26 14:31:38 +01:00
e62eaba6e6 Improved visibility of token groups 2025-01-26 12:28:38 +01:00
bc8e7e452d Renamed x64 store function 2025-01-25 23:18:57 +01:00
6dad6fb6a6 Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
c0b30e9c22 Added more syscalls 2025-01-20 21:37:23 +01:00
4b7c9f387d Improved section offset calculation 2025-01-20 13:51:47 +01:00
e2a6a31d8e Reduced number of packages 2024-08-26 15:34:34 +02:00
b225717775 Simplified readme 2024-08-26 15:06:30 +02:00
e5dd47b5dd Added more tests 2024-08-26 15:03:39 +02:00
fd64bc6358 Updated documentation 2024-08-26 13:39:01 +02:00
63d72c8d22 Updated documentation 2024-08-26 12:46:47 +02:00
b35b17bb32 Flattened package hierarchy 2024-08-25 20:38:22 +02:00
2d8fe15abb Updated documentation 2024-08-20 12:37:54 +02:00
07c7e69078 Removed timestamp 2024-08-19 18:20:52 +02:00
6b48ee0a48 Improved Windows support 2024-08-19 17:25:51 +02:00
e9a0494aa7 Added temporary fix for stack alignment 2024-08-19 11:26:24 +02:00
05789d9626 Improved Windows DLL calls 2024-08-19 11:11:45 +02:00
0db54ff639 Improved Windows support 2024-08-18 13:29:44 +02:00
3fa3ff9227 Added more RISC-V registers 2024-08-18 09:52:45 +02:00
771b993dd8 Implemented loading of multiple DLLs 2024-08-17 15:34:42 +02:00
c3699ac6ac Added Windows calling convention registers 2024-08-17 15:08:18 +02:00
34aeba740a Implemented indirect calls 2024-08-16 20:39:04 +02:00
499fe8aec8 Improved documentation 2024-08-16 12:49:17 +02:00