Hey guys.I decided to write a framework for web in c.write and handle http with socket and fully for rest api with just json and dbs with mongodb.Is it good choice for my cust...
what is the best way to debug c programs?is gdb good for that?many people works with cout in cpp and printf in c for knowing the data in that point.what's the solution?
That's a trick?🤔or this is the original way to get priviliges?
hey guys,I want to control volume with alsamixer...a daemon controler that monitor function keys for capturing and playback... did you ever try to control audio in linux?I ca...
So what language you use for system programming if you suggest to dont use C as a developing lang. In 2020?🤔i thnk we need C for unix and we always use C coz that's our habit
can I run asm codes in kernel mode and return in to user mode and continue program? is it make any crash? Why we don't call user mode e.g libc functions from kernel mode?
guys anybody here worked with jit in C?i want to use tick C or better `C langauge in C to generate dynamic code...i make that works before but now i cant and get me some synta...
So how to make a clean kernel modules?and load it to use it in kernel land?is it possible to do it in rust?
Is net/http supporting keep-alive connection?what about time-out?
I want to write a gtk+ app and my linux os have no X install on it?why I can't see the window when I run it?
is it good choice to run android emulator On vps? control it with C and adb(android bot) then make an api after that get request and run it with C in android emulator.I cant r...
How to cross compile a gnu program from source with make in windows? I want to compile gcrypt in windows Is it necessary to download VS and use nmake?
Is reversing and debugging codes more effective or just we know what's going on in our codes?so what about crack me binary samples or others...
You guys know how to handle exceptions with signals?
Guys you know how to trap from kernel mode to user mode to execute some stuff and then trap into kernel mode?how can I handle this senario?
Guys...what's ring 0 in driver development?
Guys is there anyway to define int or long variable in C like this 11_000 This is number 11000...can we make it more readable?
Yea...think so...many apps just use 3 and 0...why they just use these priviliges?
whats the flag to .ko output?my compiler just compile a .o file
For starting what kernel version is good for programming?