python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Freestanding C: Why does this function fail to return data depending on the structure of the array?
I'm currently watching a Udemy tutorial on basic graphical OS development, which has just begun to explain how to render text in VBE graphical mode using bitmap fonts. The presenter creates a function...
Charles Buchanan
Votes: 0
Answers: 0
Cannot build with static link
I'm trying to build a go program with static link. I want to run this on a different system, with different version of glibc, without all the dependencies etc ...
So i looked up and found that you can...

Félix Marchenay
Votes: 0
Answers: 1
Manually patching an elf binary - adjusting symbols / versions names
This post is asking about modifying / patching or even hexediting - due to lack of better methods (see Notes) an elf binary to adjust functions / symbols / versions they point to - and keeping ld.so h...
cg79
Votes: 0
Answers: 0
Linking custom library with libcurl functions
I have a custom static library called "libcurlwrapper", which just wrapps the execution of libcurl functions, and a main app which calls the library's function.
Compiling the library works, ...
user17906461
Votes: 0
Answers: 1