DevToys
DevToys copied to clipboard
Need unsigned value transformer
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