Search Results

Search: Posts Made By: aigoia
Forum: Cybersecurity 06-05-2012
2,588
Posted By aigoia
basic shellcode - why it runs on my system, if .data is not executable
Greetings,

Suppose we have this piece of code, on Linux/i686
(my machine is Slackware Linux 13.1, 32 bit):

char sc[]= /* 24 bytes */ "\x31\xc0" ...
1,686
Posted By aigoia
problem with restarted I/O system calls
Greetings.

Suppose I have a UNIX OS with automatic-restart (by default) of interrupted system calls,
or I use sigaction() with SA_RESTART flag.

If I am in the middle of a read(fd1, buf1,...
Forum: Programming 01-25-2012
12,481
Posted By aigoia
Get a Linux (Slackware, Debian, Gentoo,...
Get a Linux (Slackware, Debian, Gentoo, OpenSuSE), install on it VMWare (Player, Server, Workstation), and run on it other UNIX OSes : FreeBSD, NetBSD, OpenBSD, Solaris 10, Solaris 11. UNIX means...
Forum: Programming 01-25-2012
12,481
Posted By aigoia
UNIX system programming means things like these :...
UNIX system programming means things like these : writing a shell, writing a fsck program for your favourite file system, writing a daemon for your UNIX/UNIX-like OS, writing your version of ps. So...
1,510
Posted By aigoia
handling signals without race conditions
Greetings,

I am writing a small program in C on UNIX, in which I am using (POSIX reliable) signals.

1. Suppose I have a signal : SIGX, and the corresponding signal handler : sigx_handler.

It...
12,904
Posted By aigoia
ioctl() system call on Linux-i386
Greetings,


Please help me with the following :



Where can I find what means exactly and how to use each of the second
argument of the ioctl() system call in Linux/386 : FIOxxx (file...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy