Search:

Type: Posts; User: wenxinleong

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,435

    Examine Core Dump

    Hi all,

    Im trying to read registers/memory dump in a core file in C, is there any lib capable of doing so??
    Mmap can get the job done but it isnt wise assuming some occasion the offset of these...
  2. Thanks. I'll look that up. btw I'm using Ubuntu.

    Thanks. I'll look that up. btw I'm using Ubuntu.
  3. I think I didnt make the question clear. I'm...

    I think I didnt make the question clear. I'm looking for a function/lib which capable taking assembly code as input, translate and output machine code. Something like:



    char asm[] = {"mov...
  4. Convert assembly>machine code, machine code>assembly

    Howdy,

    I wonder if there is any lib or function to convert a string of assembly code to machine code, and vice versa?

    Thanks.
  5. Replies
    4
    Views
    3,063

    thanks ~~ Anyway, I tried to read the program...

    thanks ~~

    Anyway, I tried to read the program counter on QEMU ARM, it returned with the address from the disassembly file. So I assume the pc is storing the virtual addressing (offset addressing)?...
  6. Replies
    4
    Views
    3,063

    disassemble of C

    Hi all,

    I disassemble the following code (gcc) and have these questions in mind and can't really found the answer to it. The questions are:
    1) is the machine code addresses given below same as...
  7. Well hacking is a way of learning and yes there...

    Well hacking is a way of learning and yes there are people with bad intention...
    Anyhow, I guess I won't be receiving any advice on this topic here then.
  8. I can assure you it is not for malicious...

    I can assure you it is not for malicious purposes, it is a research project.
  9. Thanks for the quick prompt. It is part of my...

    Thanks for the quick prompt.
    It is part of my project I'm afraid. It is inappropriate to disclose more details. But in simple words, it is to provide an environment to run an arbitrary generated...
  10. inline asm with machine code, non-mnemonic input?

    Hi,

    I'm trying to find a way to execute bin/hex machine code in C. I understand inline assembly allow us to use mnemonic instructions "MOV, SUB, ADD, ..." but is it possible to implement binary or...
Results 1 to 10 of 11