disassembly
disassembling, changing and assembling DLL file
I have a DLL which I have disassembled, and just to test that my project is going to work. I have tried assembling it again but without luck.[详细]
2023-03-29 17:26 分类:问答Deassembling memory function on Windows in C/C++
I use MSVC 2008. Let\'s say I have a function in my code: int foo() { return 2 + 5; } What tools can I use to obtain ASCII representation of开发者_如何学C this routine in X86 assembler?[详细]
2023-03-28 22:19 分类:问答Confused by TBB in a section of ARM disassembly
As an intro to learning Arm assembly, I\'m trying to recreate disassembled functions in a higher level language. However I\'m confused by the following bit of assembly:[详细]
2023-03-28 02:19 分类:问答floating point arm disassembly instructions
I\'m trying to recreate the following piece of arm disassembly in c++: 00003188ed910a06fldss0, [r1, #24][详细]
2023-03-27 12:43 分类:问答"Art of Exploitation" disassembly example isn't the same (C code) [duplicate]
This question already has answers here: "Hacking: The Art of Exploitation" - Assembly Inconsistencies in book examples vs. my system's gcc[详细]
2023-03-26 18:35 分类:问答Translation of machinecode into LLVM IR (disassembly / reassembly of X86_64. X86. ARM into LLVM bitcode)
I would like to translate X86_64, x86, ARM executables into LLVM IR (disassem开发者_JAVA技巧bly).[详细]
2023-03-26 10:13 分类:问答Android binary disassembling and debugging protection
let\'s assume I would like to protect the Android binary against disassembling or byte code debugging - are there any soluti开发者_JAVA技巧ons for that available on market for both java and native C/C[详细]
2023-03-25 03:17 分类:问答Finding number of operands in an instruction from opcodes
I am planning on writing my own small disassembler. I want to decode the opcodes which I get upon reading the executable. I see the following opcodes:[详细]
2023-03-25 02:57 分类:问答Hardware VGA Text Mode IO in old dos assembly Issue
After reading about at least the first 3 or 4 chapters of about 4 different books on assembly programming I got to a stage where I can put \"Hello World\" on a dosbox console using MASM 6.11. Imagine[详细]
2023-03-23 12:32 分类:问答Dumpbin warning LNK4195: unable to load msdis170.dll
I\'m trying to use dumpbin with the /DISASM option to开发者_运维知识库 dump the disassembly of a file.[详细]
2023-03-23 02:07 分类:问答