hex
How to convert text to \x codes?
I want to convert normal 开发者_如何转开发text to \\x codes for e.g \\x14\\x65\\x60 For example :[详细]
2023-04-02 14:04 分类:问答Copy machine code from windows executable and run on linux
I copy the machine code of a function on Windows. For example: void func() { printf(\"hello\"); } In the above case, I would copy func()\'s hex code segment data and printf()\'s hex code data plus[详细]
2023-04-02 01:26 分类:问答Low Values - haven't got a clue in PHP
I\'m supposed to produce a string 15 characters of Low Values but don\'t have a clue what they are or how to produce them.[详细]
2023-04-01 18:12 分类:问答Hex input in Windows Command-line
I am trying to solve this programming puzzle another student at my school put out, and we were given an .exe and the corresponding .c source code.The way I am trying to attack the problem is with a bu[详细]
2023-04-01 10:57 分类:问答Python - how to convert int to string represent a 32bit Hex number
I want to get a python solution for this problem: e.g. integer 1 -> string \"0x00000001\" integer 64 -> string \"0x00000040\"[详细]
2023-04-01 09:10 分类:问答Convert hex-encoded string to unicode text
I have strings like \"74657374696e67\" (that is \"testing\"), hex encoded unicode text. Need to convert it back to readable output.[详细]
2023-03-31 19:11 分类:问答Find a hexadecimal string in a file knowing a memory offset and string length
Good morning stackoverflow ! I\'m trying to extract from a binary file a hexadecimal string. I can\'t find this string directly, but I know that the string is 0x30 long and begins 0x10 after a known[详细]
2023-03-31 12:34 分类:问答Dealing with hex values in C/C++
I receive values using winsock from another computer on the network. It is a TCP socket, with the 4 first bytes of the message carrying its size. The rest of the message is formatted by the server usi[详细]
2023-03-31 04:57 分类:问答Sending hexadecimal data to devices (Converting NSString to hexadecimal data)
I\'m trying to send hexadecim开发者_如何转开发al data via WiFi. The code is something like this:[详细]
2023-03-30 07:41 分类:问答hex to string in javascript
How can I convert: from: \'\\\\x3c\' to: \'<\'; I tried: s=eval(s.replace(\"\\\\\\\\\", \"\")); does not work. How I do this?[详细]
2023-03-30 04:21 分类:问答