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] Print the address where DeviceName has been found #30

Open
VoidSec opened this issue May 23, 2023 · 1 comment
Open

[FEATURE] Print the address where DeviceName has been found #30

VoidSec opened this issue May 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@VoidSec
Copy link
Owner

VoidSec commented May 23, 2023

At the moment the output does not contain the function/address where the DeviceName has been found. Adding it to the output will improve the navigability and augment the information value

@VoidSec VoidSec added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 23, 2023
@VoidSec VoidSec self-assigned this May 23, 2023
@HongThatCong
Copy link

In device_name_finder.py source file, extract_unicode_strings function.
You can yield an extra offset in buf at the location where the unicode string was found.
That offset is the file offset in IDA
Below code goto that file offset
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants