I m new to reverse engineering and I was solving a CTF, I did find the byte code but it seems like I should sanitize it(it contains some strings), and unescape it properly.
Here is a chunk of the byte code.
\x1bLuaS\x00\x19\x93\r\n\x1a\n\x04\x08\x04\x08\x08xV\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00(w@\x01\[email protected]\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x02\x03\x00\x00\x00,\x00\x00\x00\x08\x00\x00\x80&\x00\x80\x00\x01\x00\x00\x00\x04\x06check\x01\x00\x00\x00\x01\x00\x01\x00\x00\x00\x00\x01\x00\x00\x00"\x00\x00\x00\x01\x00\t\xbf\x00\x00\x00\\\x00\x00\x00_\x00\xc0\x00\x1e@\x00\x80A@\x00\x00f\x00\x00\x01F\x80@\x00G\xc0\xc0\x00\x80\x00\x00\x00\xc1\x00\x01\x00d\x80\x80\x01_@\xc1\x00\x1e@\x00\x80A@\x00\x00f\x00\x00\x01F\x80@\x00G\xc0\xc0\x00\x80\x00\x00\x00\xc1\x80\x01\x00d\x80\x80\x01_\xc0\xc1\x00\x1e@\x00\x80A@\x00\x00f\x00\x00\x01F\x80@\x00G\xc0\xc0\x00\x80\x00\x00\x00\xc1\x00\x02\x00d\x80\x80\x01_@\xc2\x00\x1e@\x00\x80A@\x00\x00f\x00\x00\x01F\x80@\x00G\xc0\xc0\x00\x80\x00\x00\x00\xc1\x80\x02\x00d\x80\x80\x01_\xc0\xc2\x00\x1e@\x00\x80A@\x00\x00f\x00\x00\x01F\x80@\x00G\xc0\xc0\x00\x80\x00\x00\x00\xc1\x00\x03\x00d\x80\x80\x01_@\xc3\x00\x1e@\x00\x80A@\x00\x00f\x00\x00\x01F\x80@\x00G\xc0\xc0\x00\x80\x00\x00\x00\xc1\x80\x03\x00d\x80\x80\x01_\xc0\xc3\x00\x1e@\x00\x80A@\x00 ...
How to unscape bytecode which contains strings
208 Views Asked by simon At
0
There are 0 best solutions below
Related Questions in REVERSE-ENGINEERING
- How to find a sequence of bytes on the target program from my injected dll?
- Reversing and vtable swapping in dxgi.dll
- How to know Vector3 Position in Unity Mono Game
- Extracting an archive created via Java RandomAccessFile with PHP
- How can I verbosely track the whole process of calling a function?
- How can I patch a function call to a Windows DLL (e.g. kernel32 LoadLibrary)? Is this even possible?
- Grab SSL pinning certificate using Frida on iOS
- Kaitai Struct: error accessing elements in _parent
- How to restore damaged (mp3?) file
- CGSRegionRef: How is an arbitrary region represented as union of rects?
- can a convolutional neural network be reverse engineered?
- Decode suspected timestamps
- Extract Note Text Format (Bold/Italic/Strikethrough) from iOS OTG Backup
- Reverse engineer LCD Protocol used in MPC2000XL
- Opening a serial port using a prebuilt .so library
Related Questions in BYTECODE
- Understanding Invokedynamic Instruction in Java Bytecode and Its Impact on the Operand Stack
- decoding of a byte sequence into a Unicode string
- Java Socket sending command to AV receiver over IP
- Inspect Java bytecode using Bytecode Frameworks (Android)
- When Option pattern matching optimizes up to if statements in Scala?
- Is Node Bytecode decompilable because the interpreter is open source?
- Lists construction in Python Bytecode
- Is it possible to check for a given python file whether it's pyc file is valid and up to date?
- Identical Java SerializedLambda returns different result for implMethodKind
- Is platform-independency of java really because of the combination of interpretation and compilation?
- What are all that zeros in python bytecode and how to compute them
- Debugging a Java application without sources
- Confusing behavior of ObjectWeb ASM and dcmpl/ifgt bytecode instructions
- How can I make org.objectweb.asm.util.CheckClassAdapter throw an exception instead of printing errors to stderr?
- data analysis of java bytecode
Related Questions in CTF
- how to write a large value > 32 bits with a format string exploit %n
- Shell execution buffer overflow server directly hosted
- Suid binary executes shell, but I still have the old permissions
- CTF - PIE and non PIE infected binary, base-pointer, instruction pointer values
- Breaking MT19937 with 1-bit numbers
- GDB not running debug window with send command
- How can I send a specific request body to an end point (CTF Web)
- How can I figure out the password from the information below. CTF problem
- Buffer overflow doesn't work when the payload changes
- Stack alignment in x64 is not 16-bytes?
- how do I make a "local server" that can recieve messages from outside my computer?
- Binary executed automatically when connecting to a server using netcat
- How to restore symbol table on glibc 2.31 or newer version with .build-id folder?
- CTFD Server -- ctfd-cli bulk challenge import
- Buffer Overflow 2 picoCTF
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?