Search Results

Search: Posts Made By: alphakili
Forum: Programming 04-24-2019
4,838
Posted By Corona688
You can access raw memory contents that way, but...
You can access raw memory contents that way, but /proc/ won't tell you a thing about the symbols in it, just what address space the process owns.

Shared libraries and symbol lookup have changed a...
Forum: Programming 04-24-2019
4,838
Posted By Corona688
We don't even know your goal, architecture, or...
We don't even know your goal, architecture, or programming language here. Your question hasn't come across very far. Ask vague questions, get vague answers.

What is your goal? Don't say "to...
Forum: Programming 04-24-2019
4,838
Posted By Corona688
It doesn't. The child is supposed to print its...
It doesn't. The child is supposed to print its own symbols.

Either that, or you go whole-hog and attach a debugger. Probably much easier to use gdb than build it yourself.
Forum: Programming 04-23-2019
4,838
Posted By jim mcnamara
Where you set up IPC depends on which one you...
Where you set up IPC depends on which one you select. If you were to read the link, you would see a pipe example like this (from forgeeks.org):


// C program to demonstrate use of fork() and...
Forum: Programming 04-23-2019
4,838
Posted By jim mcnamara
You have to use an IPC (interprocess...
You have to use an IPC (interprocess communication) mechanism, some listed here:
1. use a file
2. use pipes
3. use shared memory
4. semaphores / mutexes

tldp.org link for IPC
6 Linux...
Showing results 1 to 5 of 5

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