I never said it does, are you intentionally ignoring the context in which my comment was made?
I have no love for the c-suite, but framing the OP as simply ‘asking for money’ is either ignorant or disingenuous.
I never said it does, are you intentionally ignoring the context in which my comment was made?
I have no love for the c-suite, but framing the OP as simply ‘asking for money’ is either ignorant or disingenuous.
You get to choose the license (or write your own) when you develop software. If you don’t want a permissive license don’t license your software that way, your motivation clearly doesn’t align with these licenses anyway.
Seems intentionally adversarial.
Syscalls are sitting right there, and you can always just link libc…
regex feels like the kind of magic you get by consorting with dark forces
AKA reading the manual.
Coder you know can’t program, programs.
You should be able to debug/profile/trace your way to understanding, otherwise that impostor feeling isn’t a syndrome.
I use gdb with great success for x64, rv64, and c:
info registers rip
or just setup tui:
# ~/.config/gdb/gdbinit:
tui new-layout default regs 1 {-horizontal src 1 asm 1} 2 status 0 cmd 1
tui layout default
tui enable
🤚 true, false
👉 0x01, 0x00
Please high level language peeps, don’t do this to us 🤦
echo 'main;' | gcc -w -x c - && ./a.out