Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Ashok Gautham
On Fri, Jan 30, 2009 at 9:37 AM, ini iniyan iniyanspar...@gmail.com wrote:

 Hi all,
  Is there any tool in open source to support Reverse Debugging?

gdb's reversible debugging feature is put as a high priority project. But it

appears to be dead. The page(http://sourceware.org/gdb/news/reversible.html)
was last edited in 2007. The most recent patches are from 2006.

btw. Reversible Debugging != reverse engineering. It is stepping backwards
through a program. It is supposedly hard to implement.
---
Ashok `ScriptDevil` Gautham
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Kenneth Gonsalves
On Friday 30 Jan 2009 1:35:42 pm Ashok Gautham wrote:
 btw. Reversible Debugging != reverse engineering. It is stepping backwards
 through a program. It is supposedly hard to implement.

is it possible at all?

-- 
regards
KG
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Venkatraman S
On Fri, Jan 30, 2009 at 1:41 PM, Kenneth Gonsalves
law...@thenilgiris.comwrote:

 On Friday 30 Jan 2009 1:35:42 pm Ashok Gautham wrote:
  btw. Reversible Debugging != reverse engineering. It is stepping
 backwards
  through a program. It is supposedly hard to implement.

 is it possible at all?


Why not?? . a FSM

-V-
http://twitter.com/venkat83
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread ini iniyan
What is FSM?



On Fri, Jan 30, 2009 at 2:05 PM, Venkatraman S venka...@gmail.com wrote:

 On Fri, Jan 30, 2009 at 1:41 PM, Kenneth Gonsalves
 law...@thenilgiris.comwrote:

  On Friday 30 Jan 2009 1:35:42 pm Ashok Gautham wrote:
   btw. Reversible Debugging != reverse engineering. It is stepping
  backwards
   through a program. It is supposedly hard to implement.
 
  is it possible at all?
 

 Why not?? . a FSM

 -V-
 http://twitter.com/venkat83
  ___
 To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
 unsubscribe password address
 in the subject or body of the message.
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Bharathi Subramanian
On Fri, 30 Jan 2009, ini iniyan wrote:

NOTE: PLEASE AVOID TOP-POSTING. Learn from others reply.
Read: http://caliburn.nl/topposting.html

 What is FSM?

http://en.wikipedia.org/wiki/Finite_state_machine

Bye :)
-- 
Bharathi S

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread ini iniyan
On Fri, Jan 30, 2009 at 4:14 PM, Bharathi Subramanian 
sbhara...@midascomm.com wrote:

 On Fri, 30 Jan 2009, ini iniyan wrote:

 NOTE: PLEASE AVOID TOP-POSTING. Learn from others reply.
 Read: http://caliburn.nl/topposting.html

  What is FSM?

 http://en.wikipedia.org/wiki/Finite_state_machine

 Bye :)
 --
 Bharathi S

 ___
 To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
 unsubscribe password address
 in the subject or body of the message.
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



ok Thanks :-)
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Kenneth Gonsalves
On Friday 30 Jan 2009 6:30:34 pm ini iniyan wrote:
  Bharathi S
 
  ___
  To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
  unsubscribe password address
  in the subject or body of the message.
  http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

 ok Thanks :-)

please avoid bottom posting also - do correct posting

-- 
regards
KG
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Reverse Debugging tool

2009-01-29 Thread ini iniyan
Hi all,
  Is there any tool in open source to support Reverse Debugging?



Regards,
Iniyan P
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread Bharathi Subramanian
On Fri, 30 Jan 2009, ini iniyan wrote:

 Is there any tool in open source to support Reverse Debugging?

For debugging lot of tools like gbd,.. are available. If you mean
reverse engg, no of tools like strace, lsof,.., are available.

In general, it is very difficult pin point one as reverse engg tool,
you have to select the suitable one, based on your need, experience.

Bye :)
-- 
Bharathi S

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc