Search Results

Search: Posts Made By: vpraveen84
Forum: What is on Your Mind? 06-30-2008
27,950
Posted By vpraveen84
Keyboard vs mouse
Which Input device do you use the most ?
for me... keyboard ofcourse !!
Forum: Programming 06-30-2008
4,932
Posted By vpraveen84
I apologize for the delayed reply. I'm basically...
I apologize for the delayed reply. I'm basically trying to access local variables of a program.

I was trying to use this reverse engineering api (eresi-project.org), but that also doesn't give me...
Forum: Filesystems, Disks and Memory 06-23-2008
10,996
Posted By vpraveen84
I do not have a clue where to start. I searched a...
I do not have a clue where to start. I searched a lot on the internet but couldn't find any references for this, except for the foll :

Amazon.com: "build your home data storage box! or NAS!"...
Forum: Filesystems, Disks and Memory 06-23-2008
10,996
Posted By vpraveen84
Building a NAS enclosure
Can anyone guide me on how to build my own NAS ? I have an old laptop that I want to convert into a NAS, but not use the laptop as such as an NAS because it has some problems. I would like to build a...
Forum: Programming 06-23-2008
4,932
Posted By vpraveen84
I understand what you are saying, but my aim is...
I understand what you are saying, but my aim is not exception handling. I want to modify certain memory locations before dumping the core , and this is why I want access to the local variables in...
Forum: Programming 06-22-2008
4,932
Posted By vpraveen84
Regarding stack analysis
I would like to know how I could do the following :


void func(){
int a = 100; b=0;
int c = a/b;
}

void sig_handler (int sig,siginfo_t *info,void *context){
//signal handling function...
6,401
Posted By vpraveen84
exec to call specific function in C prog
I would like to call a particular function in a C program using execl(). Is this possible using execl or anyother function ?

Thanks
Forum: Programming 06-02-2008
8,911
Posted By vpraveen84
Tracing self process using ptrace()
Kindly correct me if any of the foll is wrong:

I want to trace the current process from the C program itself which I think can be done using

ptrace(PTRACE_ATTACH,getpid(),0,0);

I would like...
Showing results 1 to 8 of 8

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