Commit Graph

26 Commits

Author SHA1 Message Date
827937e4dc add: pointers, & and * keywords
stack is now long long :sadge:
2024-01-22 19:49:14 +01:00
64f8ecdbb3 fix: sqrt linker error, now using -lm 2024-01-22 11:25:54 +01:00
f8dd2c5d17 add: POC of Windows malware that uses pasm interpreter 2024-01-21 20:59:01 +01:00
7f24530e71 fix: build order windows 2024-01-21 20:32:23 +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
4f4825cd32 add: poly.pasm script 2024-01-20 19:38:13 +01:00
2ab0d16928 add: sqrt, neg instructions, fix: pushing register with value 0 2024-01-20 19:36:41 +01:00
0a8421fa4c add: "end" to quit the program 2024-01-20 18:10:36 +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
b4560bd748 add: newline after letter in keylogger 2024-01-20 17:52:06 +01:00
9f46bbb27e add: keylogger.pasm example 2024-01-19 23:16:39 +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
75cc757fa5 fix: memfile reading on linux vs windows 2024-01-19 16:07:35 +01:00
6fa6d7145f fix: use after free, ISO C warning 2024-01-19 16:05:02 +01:00
9e00c94677 add: .exe files to .gitignore 2024-01-19 15:58:07 +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
44deb05b87 fix: build error in tests Makefile 2024-01-18 16:33:50 +01:00
2f3419c924 fix: links in README 2024-01-18 16:13:37 +01:00
2ca86229d5 fix: file structure, building to build/ 2024-01-18 16:05:56 +01:00
a97fde9f86 first commit of the recode
70% of the code was re-writter from scratch
2024-01-18 16:01:04 +01:00