C Code recovery


 
Thread Tools Search this Thread
Top Forums Programming C Code recovery
# 1  
Old 01-07-2006
Error C Code recovery

Hai,

Is there any tool available to get back the C code from an executable file in solaris. Accidentally the program was deleted by somebody. We need to recover the code since it has to be implemented on another system. I copied that executable and tried to execute it on another solaris machine. But it is dumping the core. In case of java programs, we can use decompilers to get back the code from class files. But for C files .....

If any tool is availble to recover the code means kindly let me know.

Thanks in Advance,
S.M.Vel
# 2  
Old 01-09-2006
The output of most reverse engineering is very hard to read. Are you sure there are no backups anywhere? If you do not have backups then start making them regularly.

You can look at tools like REC.

http://www.backerstreet.com/rec/rec.htm

Or try a google search for "decompiler solaris"
# 3  
Old 01-10-2006
Bug

Thanks jim for the reply.
I will use REC decompiler and try to understand the code.

Regards,
smvel
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Backup and Recovery

Is it possible to take incremental backup in Linux using tar command? Please guide me. Suppose I have a directory /data. And want incremental backup. What will be the incremental "tar" command syntax? (6 Replies)
Discussion started by: engineer2002
6 Replies

2. Linux

LVM VG recovery

Hi all, I been trying to recover a volume group of single PV. vgcfgrestore output # vgcfgrestore vgoraData Couldn't find device with uuid 'a3onP5-RdbR-fdgq-sDkS-ZtFs-83Q5-kFJj43'. Cannot restore Volume Group vgoraData with 1 PVs marked as missing. Restore failed. fdisk output ... (1 Reply)
Discussion started by: h@foorsa.biz
1 Replies

3. UNIX for Advanced & Expert Users

File recovery

Hi, Please let me know the way to recover the files deleted from home directory by 'rm*' command . Thanks in advance. (10 Replies)
Discussion started by: ravigupta2u
10 Replies

4. Shell Programming and Scripting

Recovery Script

Hi I would like to make a script where, if a file is deleted in unix by any chance or by mistake, can it be recovered through a script... if yes what all commands will be needed. Could you please guide me in this case, to understand the concept. Help will be highly appreciated (4 Replies)
Discussion started by: vee_789
4 Replies

5. Cybersecurity

password recovery

I am trying to access an old email account but cannot recall the password and the backup email account has been closed, also. I need instructions or an expert who can assist recovering my password for web-based email account. (4 Replies)
Discussion started by: pp_mcgee
4 Replies

6. AIX

AIX DR Recovery

I will be going for a DR test next month and have few concerns regarding restoring user vg's System which will be restored is on P750 (AIX 6.1) and the DR hdwr is P570. I do have bootable mksysb of the system and also have savevg (with no data) using "savevg -r -f " for the user volume... (5 Replies)
Discussion started by: mk8570
5 Replies

7. Forum Support Area for Unregistered Users & Account Problems

password recovery

hello, my password got lost - and your service to generate new passwords does not work -ive tried it out 50 times the last week or so, never got a single mail from it... please generate a new password for my account "congo" with mailadress. thanks. Thomas (3 Replies)
Discussion started by: congo00000001
3 Replies

8. Solaris

Disaster Recovery

Recovering Solaris to an alternate server I was just wondering if anyone could give me some points on restoring a Solaris 9 backup to an alternate server. Basically, we use netbackup 6 and I was wondering what the best procedures are for doing this? What things do we need to take into... (3 Replies)
Discussion started by: aaron2k
3 Replies

9. UNIX for Dummies Questions & Answers

Password recovery

We recently terminated a developer at my place of employment who created scripts on a windows server (that i do not have access to) that invoke FTP sessions on my UnixWare 7.1.1 servers. I need to know the password that is being used. Does anyone know of a good password crack? (8 Replies)
Discussion started by: rm -r *
8 Replies

10. UNIX for Advanced & Expert Users

Recovery on solaris 2.6

I backed up savesets of my mailserver which is an nsr client to my nsr server, another remote system. I use solstice backup 5.5.1 and a 4.4 mm tape drive. My mailserver developed some problems a while ago and i had to reformat and reinstall the O/S and mailserver software. Now i want to recover... (6 Replies)
Discussion started by: lealyz
6 Replies
Login or Register to Ask a Question