mindoff Advanced Cheater
Reputation: 0
Joined: 12 Jun 2016 Posts: 96
|
Posted: Fri Jul 29, 2016 11:30 pm Post subject: Bug??Bookmark jump to wrong locatioin |
|
|
It happens when I try to mark some Unity overload function.
Let's take a recent game,FalloutShelter for example
It has a class called UIRoomBuildList
and two overload function
Code: |
private int CompareItems(RoomInfo left, RoomInfo right)
private int CompareItems(Transform a, Transform b)
|
The set bookmark options always mark for the first found function name offset location,no matter which bookmark slot you choose to mark the different location in different function,it always jump to the first found one.
well,no big deal,I can write down the memory address and ctrl + g to the right location,but not very convinent
|
|