Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Satish Eerpini
I think FSM stands for Finite State Machine, . am I right ?? --Satish -- http://satish.playdrupal.com ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. http://www.ae.iitm.ac.in/

Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Vamsee Kanakala
ini iniyan wrote: Hi all, Is there any tool in open source to support Reverse Debugging? Ages ago I had loads of fun with DDD: http://www.gnu.org/software/ddd/. See if that works for you. V. ___ To unsubscribe, email ilugc-requ...@ae

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 " > > 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_

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

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 wrote: > On Fri, Jan 30, 2009 at 1:41 PM, Kenneth Gonsalves > wrote: > > > On Friday 30 Jan 2009 1:35:42 pm Ashok Gautham wrote: > > > btw. Reversible Debugging != reverse engineering. It is stepping > > backwards > > > through a prog

Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Venkatraman S
On Fri, Jan 30, 2009 at 1:41 PM, Kenneth Gonsalves wrote: > 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??

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 _

Re: [Ilugc] Reverse Debugging tool

2009-01-30 Thread Ashok Gautham
On Fri, Jan 30, 2009 at 9:37 AM, ini iniyan 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 l

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread Gilbert Raja
No idea. If you know Assembly language it would be better. At least you should know some registers' functionality and Data Structures like Stack and Queue. In Reverse Engineering you will have to handle with Break Points. Look at the link below. But don't try this for malicious intent. There is som

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread ini iniyan
ya i have seen GDB.They give lot of options for reverse debugging.. i saw the source code for those commands.But i cant understand anything.Here is the link. http://sourceware.org/gdb/current/onlinedocs/gdb_7.html Can anyone help me to understand the code for those commands? On Fri, Jan 30, 2009 a

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread Gilbert Raja
GDB is good when you can understand the Assembly language better. ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " 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