i'm not hacker or anything but i always suffer when i see that you are wasting your energy, time and resources for finding something in wrong places, anyways as long as i know...
you asked in a wrong place i said that part that you pointed to is self explained. now i will explain few reasons of my pov as a user: windows have many parts that you may don...
how to write just a char or string with dd?
hey geeks! if i want create my own private dns server where can i find server for it?
0- being open and accessible for fix and improvements and being fixed almost weekly without denying mistakes shows which software is better. 1- closed company, group, colony, ...
i implemented a lite dns server (proxy in mind) and bind it on INADDR_ANY port 53, with an empty resolv.conf all of them comes to me. now xterm (and lots of other programs in ...
from some untrustable leaks i see some lacks of accessibilities but for example root dns servers belongs to usa. usa has authorities to get info from everywhere by force of la...
what if i need all of them at once? it uses many separate plugins to perform as a good ide that makes it huge and much bigger than qtcreator. + i decided to use qt and qmake f...
you want a secure system? so make it simple and lightweight (don't have what you don't need), stick to latest lts and compatible versions and read source codes patch ugly stuf...
0- if a dev try to 0 something with no good reason, i will delete the product and its dev from my machines and my mind. 1- char **f = (char **)calloc(1, sizeof(char *)); this...
it's a simple stack based buffer overflow but your entire stack, kernel, compiler, compilation config and mitigations and probabily systemwide mitigations matters and you won'...
by endpoint i mean your final destination, and start point is yourself. just don't rise attention with your own hardware ok? if you are under governments monitoring because of...
why min size of icmp packet is 64 bytes? is there any liter option for checking connectivity?
BCaz you don't know what you are doing, first draw a flowchart then search for needed stuffs then implement todos one by one. first question why you need to store 15 expected ...
i have some functions that must be called depend on conditions so i decided to create a function pointer array and create a linked list and after assigning functions to that a...
the problem is the file manager opened the file and moved it buffer by buffer. now 0- it's not clear that it moved buffers as old days of windows or something else. maybe it's...
i don't want make bad emotions my friend we are just talking, this case which you mentioned also is headache for me, but in the first place why two different objects (not that...
can i do this to see which one first occured? char *f = "01234567", *pos, *tpos; pos = strchr(f, '3'); tpos = strchr(f, '5'); if (pos < tpos) puts("pos is first");
which part is wrong? i think like this: char f[] = "012"; // is allocating 3 chars on stack and initializing them with those values all at runtime. char *f = "012"; // this o...
just like string up to a limit on stack, then falls back to heap. (anyway implementation of these studfs keeps changing) what do you mean other threads? if you want pass stuff...