Giter Club home page Giter Club logo

Comments (4)

E3V3A avatar E3V3A commented on June 8, 2024

@KYHSGeekCode
Can you explain better what you mean with that?
(And perhaps with a user scenario, where this would be useful?)

from android-disassembler.

yhs0602 avatar yhs0602 commented on June 8, 2024

Here= http://www.ollydbg.de/srcdescr.htm

Disassembleforward

Calculates address of assembler instruction that is n instructions forward from instruction at specified address. Returns address of found instruction. In case of error, it may be less than n instructions apart.

ulong Disassembleforward(char *block,ulong base,ulong size,ulong ip,int n,int usedec);

Parameters:

block - pointer to the copy of code;
base - address of first byte in the code block;
size - size of code block;
pi - address of current instruction;
n - number of instructions to walk forward.

@E3V3A Actually, I am trying to eliminate the Disassemble/pause buttons entirely and automate the disassembling process using 'lazy loading' or something. Then the user may be able to jump to any address where the user hasn't disassembled yet. But then the program need to handle scrolling upwards to show previous instructions before the jump target address.

from android-disassembler.

E3V3A avatar E3V3A commented on June 8, 2024

Ah,yeah, that sound like a cool feature.

from android-disassembler.

yhs0602 avatar yhs0602 commented on June 8, 2024

Effectively it seems not to be useful... Suspend.

Anyone who wants this feature can reopen this!

from android-disassembler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.