[DiscordArchive] Yeah but in case you want to use one or the other in your tool to output it you'd have to convert it
[DiscordArchive] Yeah but in case you want to use one or the other in your tool to output it you'd have to convert it
Archived author: Morfium • Posted: 2021-03-07T11:15:08.504000+00:00
Original source
Yeah but in case you want to use one or the other in your tool to output it you'd have to convert it wouldn't you?
Archived author: Nix • Posted: 2021-03-07T11:15:20.890000+00:00
Original source
When you read memory, it doesn't come in as hex
Archived author: Nix • Posted: 2021-03-07T11:15:27.032000+00:00
Original source
Only the viewer you are using there is in hex
Archived author: Morfium • Posted: 2021-03-07T11:16:00.861000+00:00
Original source
Oh sure, true. I just assumed the output was in hex in his tool.
Archived author: Nix • Posted: 2021-03-07T11:16:02.995000+00:00
Original source
So lets assume you made an int pointer and you pointed it to the start of where those bits are, you'd get a decimal value in your integer, because again the memory itself are just in bits
Archived author: Nix • Posted: 2021-03-07T11:16:28.339000+00:00
Original source
also b'04000000' is an odd thing
Archived author: Nix • Posted: 2021-03-07T11:16:33.435000+00:00
Original source
because wouldn't B typically stand for binary
Archived author: Nix • Posted: 2021-03-07T11:17:07.328000+00:00
Original source
clearly its not binary, because there is no such thing as the value 4 in that system for a particular bit
Archived author: Morfium • Posted: 2021-03-07T11:17:57.034000+00:00
Original source
I thought that meant byte or something in that screenshot :/
Archived author: Nix • Posted: 2021-03-07T11:18:31.262000+00:00
Original source
If they're bytes we only care about the first 4 I believe because the sizes are integers