Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Nearby Search #90

Open
U5KUN opened this issue Sep 3, 2023 · 9 comments
Open

[Feature Request] Nearby Search #90

U5KUN opened this issue Sep 3, 2023 · 9 comments

Comments

@U5KUN
Copy link

U5KUN commented Sep 3, 2023

I need neaby search like igamegod and h5gg.
Because it is very very very useful for everyone.

@zorgiepoo
Copy link
Owner

zorgiepoo commented Sep 3, 2023

You will have to elaborate. This is not currently actionable because I don't know what you mean. Give an example / use case.

@U5KUN
Copy link
Author

U5KUN commented Sep 4, 2023

https://youtu.be/NP6upR242bQ

English by Google Translate
This is neaby search in H5GG.
In this video, nearby search is used to change the gun's firing interval from 0.5 seconds to 0 seconds.
First search the number in which the number of ammunition in the gun is stored.
Second, use the nearby search to find the gun's firing interval number that is closest to that number.
Third, rewrite the resulting number from 0.5 to 0.

The original text is Japanese
これはH5GGでのnearby searchです。
この動画では、nearby searchを使用して、銃の発射間隔を0.5秒から0秒に変更しています。
最初に銃の弾薬数が保存される数値を探します。
2番目にその数値の近くにある銃の発射間隔の数値をnearby searchを使って探します。
3番目に結果の数値を0.5から0に書き換えます。

@zorgiepoo
Copy link
Owner

zorgiepoo commented Sep 4, 2023

You can manually simulate this today by setting the beginning/end address markers (in the settings button in the bottom left of the search window) after you find the variable you are looking for (ammunition in this video for example).

I suspect this may be a subset of #75 though which may make more sense since I don't want to add too much "UI overhead" for something like this. Although that approach may have more overhead in terms of the search input..

@U5KUN
Copy link
Author

U5KUN commented Sep 4, 2023

Manual nearby search is difficult when there are too many search results.
検索結果が多すぎる場合に手動でnearby searchするのは困難です。

@U5KUN
Copy link
Author

U5KUN commented Sep 5, 2023

Can you make a script for nearby searcing?

@U5KUN
Copy link
Author

U5KUN commented Sep 5, 2023

How to use input in script?

@zorgiepoo
Copy link
Owner

Not easily possible at this time (would have to hardcode a small list of addresses, scan memory around each one, and do a manual scan for each block)

@U5KUN
Copy link
Author

U5KUN commented Sep 6, 2023

Can I search value in memory debugger or memory viewer?

@zorgiepoo
Copy link
Owner

No. Debugger search is only for code symbols. For memory viewer you might be able to copy and paste contents to Hex Fiend which has a Find, but at that point using a different search window in Bit Slicer is probably easier..

@U5KUN U5KUN changed the title Feature Request: Nearby Search [Feature Request] Nearby Search Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants