Explore >> Select a destination


You are here

linuxshellaccount.blogspot.com
| | www.spinellis.gr
4.2 parsecs away

Travel
| |
| | www.theunixschool.com
3.9 parsecs away

Travel
| | A process is a program in execution in memory or in other words, an instance of a program in memory. Any program executed creates a proce...
| | bsid.io
5.9 parsecs away

Travel
| | When an application is launced in linux, it becomes a process. A process is a special instance provided by the operating system that inclused all the resources that are used by the running app. A process in linux has a five digit identifier called process id or PID and it represents process for all it's life cycle. There cannot be two process with same PID but once the process is terminated same PID can be reused for another process if needed.
| | www.productive-cpp.com
114.6 parsecs away

Travel
| In the first part of this series we discussed the mechanics of an exploit, the general concept of hardening, and the stack protector hardening technique in particular. Some of the concepts explained there will be