RSS feed
a374e069
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/10/05 10:16
Just nothing changes
76214d37
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/14 19:46
Make sure trampsize is aligned
6a89c47b
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/14 09:54
Update patching, still not jumping to entrypoint correctly
868b16b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/06 15:19
Update without start
847cd0b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/05 16:58
Some movement of some things
e4df0925
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/08/22 15:56
Merge pull request #1 from halfwit/execvm
6d3e368f
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/18 18:18
Many, many changes to get binaries loaded and patched for syscall intercepts
4f64a029
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/11 17:31
osbuildexec is currently erroring
1e20174e
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/11 11:18
We took out rc, but it will be much more useful to have it available for us and exec from inside there
ed92e5c0
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/06 18:38
Delete files
f254007b
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/06 18:38
Take out rc
9b8e21a6
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/07/27 13:22
Changes to facilitate mem.h and exec
775400b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/07/21 20:35
Add in our structure from what we learned in our last branch
fc8fc2b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/03/05 14:48
Ensure we log on a higher fd than 0 1 2
106305c7
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 05:59
Update TODO
ad2f8b25
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 05:57
Update README.md
925ee107
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 05:53
Update README.md
1d2c4cac
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 05:53
Update TODO
d81e2576
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 05:52
Update and rename README to README.md
e825af37
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/03/02 05:39
ip gives us access to dial and friends
fe00d007
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/28 20:53
Take out as much as we can for unused libs. draw stays, as it gets used later
ecdf1703
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/28 20:05
Update a bit more userland code
35f93cec
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/28 16:24
1000 line file soon for simple.c, but add more of the builtins we need
46b0c365
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/26 21:31
rc now builds fairly unchanged from upstream
271a7db1
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/24 18:07
Start trying to integrate with rc
1e72ca9a
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/23 13:12
More RC work, use our libc where we can
4b6f2aac
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/22 19:29
Just use our now working tlssrv outright
dfaaee14
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/22 17:39
Initial work to get at least part of the way there