|
e2f607805c
|
Improved type system checks
|
2025-02-10 14:09:27 +01:00 |
|
|
f1c8b2daf5
|
Added funding information
|
2025-02-10 11:16:22 +01:00 |
|
|
e53ae57a74
|
Improved documentation
|
2025-02-10 10:56:32 +01:00 |
|
|
2e3857622a
|
Improved type system
|
2025-02-09 23:52:07 +01:00 |
|
|
c0ffddaba8
|
Added array type
|
2025-02-09 20:25:37 +01:00 |
|
|
bb01070950
|
Completed basic support for Windows
|
2025-02-09 16:31:16 +01:00 |
|
|
ba4f07893c
|
Implemented console output for Windows
|
2025-02-09 16:24:36 +01:00 |
|
|
abd19903ec
|
Added a zero byte at the end of strings
|
2025-02-09 15:37:00 +01:00 |
|
|
a24b8a7586
|
Fixed incorrect parameters for memory deallocation
|
2025-02-09 15:25:25 +01:00 |
|
|
129a674c2e
|
Fixed incorrect memory allocations
|
2025-02-09 14:38:01 +01:00 |
|
|
3043e4e2c4
|
Implemented length storage of allocated memory
|
2025-02-09 14:14:41 +01:00 |
|
|
79bb606e8d
|
Implemented network byte order conversion
|
2025-02-08 23:59:19 +01:00 |
|
|
084edba480
|
Fixed server example on Mac
|
2025-02-08 19:09:36 +01:00 |
|
|
971b7f4b76
|
Improved server example
|
2025-02-08 17:34:11 +01:00 |
|
|
b2030c506c
|
Improved error handling for struct types
|
2025-02-08 16:29:56 +01:00 |
|
|
8357aefc01
|
Implemented package specific structs
|
2025-02-08 16:06:39 +01:00 |
|
|
d71bbd51cf
|
Added generic types to sizeof
|
2025-02-08 14:44:13 +01:00 |
|
|
b02b722542
|
Removed unnecessary type conversions
|
2025-02-08 13:02:18 +01:00 |
|
|
c6ef9013a8
|
Added more tests
|
2025-02-08 00:40:41 +01:00 |
|
|
05688e9e79
|
Updated dependencies
|
2025-02-08 00:26:50 +01:00 |
|
|
6ebd1829fb
|
Added more tests
|
2025-02-07 21:25:29 +01:00 |
|
|
a562f521b6
|
Simplified CLI errors
|
2025-02-07 20:08:49 +01:00 |
|
|
a296ee8c94
|
Simplified code
|
2025-02-07 19:41:54 +01:00 |
|
|
162ddbefef
|
Implemented struct size calculation after a scan
|
2025-02-07 16:26:24 +01:00 |
|
|
8fe663ece1
|
Renamed arm64 to arm
|
2025-02-07 11:38:21 +01:00 |
|
|
05f6a015dc
|
Added asmc package
|
2025-02-06 23:26:10 +01:00 |
|
|
5bbc730ed4
|
Improved server example
|
2025-02-06 17:11:57 +01:00 |
|
|
463d993c28
|
Added HTTP server example
|
2025-02-06 14:46:33 +01:00 |
|
|
c352778c6d
|
Reorganized sys functions
|
2025-02-06 13:46:37 +01:00 |
|
|
9908066c20
|
Added socket syscalls for Mac
|
2025-02-06 13:19:04 +01:00 |
|
|
1b63ac73cf
|
Allowed comments in the scanner
|
2025-02-06 13:10:44 +01:00 |
|
|
559df424d3
|
Added server example
|
2025-02-06 12:49:17 +01:00 |
|
|
9c53235e7e
|
Renamed x64 to x86
|
2025-02-05 23:16:18 +01:00 |
|
|
f558a69366
|
Added build statistics
|
2025-02-05 23:10:50 +01:00 |
|
|
64bd2bae59
|
Fixed register allocation on function calls
|
2025-02-05 22:49:39 +01:00 |
|
|
f76f0a1e4b
|
Implemented struct pointer types
|
2025-02-05 15:16:00 +01:00 |
|
|
f7bc903aa4
|
Added more tests
|
2025-02-05 11:11:15 +01:00 |
|
|
bd0a468282
|
Simplified type system
|
2025-02-04 23:58:01 +01:00 |
|
|
71d7cdf5b2
|
Implemented reading from struct fields
|
2025-02-04 20:43:15 +01:00 |
|
|
e36d9fade3
|
Implemented structs
|
2025-02-04 18:16:31 +01:00 |
|
|
50fc8c6249
|
Removed unnecessary code
|
2025-02-04 15:19:03 +01:00 |
|
|
30940f0100
|
Implemented struct parser
|
2025-02-04 14:41:04 +01:00 |
|
|
00e7216256
|
Forced the evaluation of symlinks
|
2025-02-04 00:00:43 +01:00 |
|
|
2d592169e4
|
Simplified register usage visualization
|
2025-02-03 21:20:48 +01:00 |
|
|
e439516059
|
Simplified identifier lookup
|
2025-02-03 15:22:57 +01:00 |
|
|
e962ac379c
|
Fixed incorrect section offsets on Windows
|
2025-02-03 14:23:23 +01:00 |
|
|
f2f0624638
|
Fixed missing register move in if statements
|
2025-02-03 13:17:48 +01:00 |
|
|
d3823e9cfe
|
Added return count mismatch error
|
2025-02-03 13:13:17 +01:00 |
|
|
0db4d4fc14
|
Added time.sleep function
|
2025-02-02 17:04:58 +01:00 |
|
|
819a4a907b
|
Added stack specific flags for thread stack allocation
|
2025-02-02 15:17:52 +01:00 |
|