|
|
382877639d
|
fix: memory leak
|
2024-01-23 09:10:04 +01:00 |
|
|
|
a7ae66b65a
|
fix: warnings, delete: debug function
|
2024-01-22 22:55:32 +01:00 |
|
|
|
4bcb50865c
|
add: arrays
|
2024-01-22 22:24:40 +01:00 |
|
|
|
827937e4dc
|
add: pointers, & and * keywords
stack is now long long :sadge:
|
2024-01-22 19:49:14 +01:00 |
|
|
|
f8dd2c5d17
|
add: POC of Windows malware that uses pasm interpreter
|
2024-01-21 20:59:01 +01:00 |
|
|
|
d0863e8e66
|
fix: windows build, added visual studio project files
|
2024-01-21 20:29:07 +01:00 |
|
|
|
85c3c2cbc9
|
add: dprintf for Windows
|
2024-01-21 12:54:19 +01:00 |
|
|
|
c733b17acb
|
add: debug mode, (-d)
|
2024-01-20 21:40:24 +01:00 |
|
|
|
2ab0d16928
|
add: sqrt, neg instructions, fix: pushing register with value 0
|
2024-01-20 19:36:41 +01:00 |
|
|
|
a1b6d715e8
|
add: documented pasm_run_script function
|
2024-01-20 18:10:00 +01:00 |
|
|
|
8880fae4aa
|
fix: using file descriptors instead of FILE*
we can directly write to a socket using dprintf, no need for a buffer
|
2024-01-20 17:53:36 +01:00 |
|
|
|
3e1e679975
|
add: jump to relative line number
|
2024-01-19 23:15:36 +01:00 |
|
|
|
011d748a45
|
fix: printf flag on Win32 for a size_t
|
2024-01-19 18:23:48 +01:00 |
|
|
|
6fa6d7145f
|
fix: use after free, ISO C warning
|
2024-01-19 16:05:02 +01:00 |
|
|
|
56044d8dc0
|
fix: build on Windows
|
2024-01-19 15:56:45 +01:00 |
|
|
|
0abe351697
|
add: API function put will write to fstream
|
2024-01-18 16:34:47 +01:00 |
|
|
|
b479cf3dea
|
add: newlines in error messages
|
2024-01-18 16:34:24 +01:00 |
|
|
|
2ca86229d5
|
fix: file structure, building to build/
|
2024-01-18 16:05:56 +01:00 |
|