Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1034720 // Disassemble standard function example

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 1792K of libraries. Click here for Pure Java version (4581L/22K).

!7

please include function plus.
  
cprint {
  start-thread {
    JavaClass c = classToBCEL(mainFunctionHolder plus);
    var methods = filter(c.getMethods(), m -> eq(m.getName(), "plus");
    for (method : methods) {
      printWithPrecedingNL(method);
      printLines(bcel_methodToInstructions(c, method));
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034720
Snippet name: Disassemble standard function example
Eternal ID of this version: #1034720/1
Text MD5: bdf40516d6b58dfa6787363f49191c9d
Transpilation MD5: 129887830b56869369302db917fd059d
Author: stefan
Category: javax / bcel
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-07 16:16:29
Source code size: 335 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 235
Referenced in: [show references]