Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Call-tree viewer?
#1
Hi.

Is there some utility available that could show where some method or constant is called from?
Not a precalculated cross-reference like Doxygen does but rather dynamic.
Similar to what Reflector for .NET does with its 'analyze' option.

Thank you.
Reply
#2
well, you could edit the class file and insert a callback before a method call/constant load
not sure if there are any public ones.
Reply
#3
I was afraid of that. Too bad there's not a faster way to do it.

Thank you for the help.
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website