disassembly
PIC disassembler Needed
I want to disassemble a hex file of PIC16F877A. Is there any good disassembler ? After disassembly is it possible to compile a开发者_StackOverflowgain ? What are the things I have to take care of ?Wri[详细]
2023-01-01 14:59 分类:问答x86 instruction encoding tables
I\'m in middle of rewriting my assembler. While at it I\'m curious about implementing disassembly as well. I want to make it simple and compact, and there\'s concepts I can exploit while doing so.[详细]
2022-12-30 21:36 分类:问答Acquiring an operand from an instruction
Given the following x86 assembly instructions: movesi, offset off_A cmpesi, offset off_B how would I get the offsets (the second operand) at runtime ? This is the scenario: A program (injected into[详细]
2022-12-30 10:04 分类:问答Reverse Engineer a .pyo python file
I have 2 .pyo python files that I can convert to .py source files, but they don\'t compile perfectly as hinted by decompyle\'s verify.[详细]
2022-12-30 08:38 分类:问答Disassemble Microsoft Visual Studio 2003 compiler output
I\'m seeing what I think is strange behaviour from object files output by the Microsoft Visual Studio 2003 tools.The file utility tells me:[详细]
2022-12-29 13:19 分类:问答Windows disassembler: looking for a tool [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-29 05:42 分类:问答Changes in gcc/persistence of optimization flags gcc/C
Just curious. Using gcc/gdb under Ubuntu 9.10. Reading a C book that also often gives the disassembly of the object file. When reading in January, my disassembly looks a lot like the book\'s; now, it[详细]
2022-12-29 05:07 分类:问答Modify Emdeded String in C# compiled exe
I have an issue where I need to be able to hav开发者_运维百科e a compiled exe ( .net 3.5 c# ) that I will make copies of to distribute that will need to change a key for example before the exe is sent[详细]
2022-12-28 12:22 分类:问答What is a good android disassember that can produce infomative results [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-24 23:38 分类:问答How does objdump manage to display source code with the -S option?
Is there a reference to the source file in the binary? I tried running strings on the binar开发者_开发百科y and couldn\'t find any reference to the source file listed...objdump uses the DWARF debuggin[详细]
2022-12-24 05:22 分类:问答