Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Finding Method Calls
#1
Hey, i'm looking to find a method call among many classes. I can do this fine using the regex search when the method has a refactored, unique name, like updatePlayer. The problem arises when i try to find a method called a(). As you can imagine, this comes up with lots of results. I was wondering how i would go about finding the method based on its class, like WorldServer.a(L...WinkV

Im guessing i just do not know how to use the regex finding method properly, could anyone tell me how?
Reply
 


Messages In This Thread
Finding Method Calls - by sothatsit - 06-19-2015, 11:28 PM
RE: Finding Method Calls - by Bibl - 06-20-2015, 03:58 AM
RE: Finding Method Calls - by Bibl - 06-20-2015, 09:27 AM
RE: Finding Method Calls - by sothatsit - 06-20-2015, 10:59 AM

Forum Jump:


Users browsing this thread: 2 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