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

Add the ability to seach modules with path #20

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Conversation

Nukoooo
Copy link
Contributor

@Nukoooo Nukoooo commented Apr 9, 2024

image
When there are two or more modules with the same name but different path, searching with <module_name>+offset will only gives you the address of the first module_name, this PR fixes this problem.

Searching with <csgo\bin\win64\server.dll>+0x0:
image
Searching with <metamod\bin\win64\server.dll>+0x0:
image

However when displaying an object, the mod name will display the path instead of mod name, please let me know if this needs to be changed
image

src/ReGenny.cpp Outdated Show resolved Hide resolved
src/arch/Windows.cpp Outdated Show resolved Hide resolved
Copy link
Owner

@cursey cursey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cursey cursey merged commit efcaf43 into cursey:master Apr 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants