You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: