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

Need unsigned value transformer #1395

Open
hanzhehao123 opened this issue Aug 30, 2024 · 0 comments
Open

Need unsigned value transformer #1395

hanzhehao123 opened this issue Aug 30, 2024 · 0 comments
Labels
feature Feature / Tool request or idea untriaged

Comments

@hanzhehao123
Copy link

What feature or new tool do you think should be added to DevToys?

To transform a unsigned value to signed or hex, vice versa.
e.g.
input: unsigned int
output: signed or hex

Why do you think this is needed?

sometimes when I try to put some NTSTATUS value, which returns from WIN api or some other third windows module, into log, I have to manually transform it, but the unsigned long result is not easy to read when I expect to read result in HEX format . some of my released project put origin unsigned number into log, like -1073741275, but I need the HEX format to locate the problem. I can use some python script to solve this for now, but I really hope there is a convenient tool to help me in the future. ^_^

Solution/Idea

No response

Comments

No response

@hanzhehao123 hanzhehao123 added feature Feature / Tool request or idea untriaged labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature / Tool request or idea untriaged
Projects
None yet
Development

No branches or pull requests

1 participant