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

16
LINES

< > BotCompany Repo | #1001597 // Test: Inject new android into Shared VM and connect to it

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1002L/8K/25K).

!747

m {
  static S progID = "#1001596"; // Test Android
  static S vmName = "This is a JavaX VM. Shared VM.";
  
  p {
    S answer = sendToLocalBot(vmName, "please inject program *", progID);
    new Matches m;
    assertTrue(match3("OK. Injection ID: *", answer, m));
    S injectionID = m.unq(0);
    print("Port: " + waitForBotStartUp("Test Android"));
    answer = sendToLocalBot(vmName, "get injection * variable *", injectionID, "port");
    print(answer);
  }
}

Author comment

Began life as a copy of #1001595

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001597
Snippet name: Test: Inject new android into Shared VM and connect to it
Eternal ID of this version: #1001597/1
Text MD5: 0644bc366fa8cd9a14176781c3bfaa44
Transpilation MD5: 63de5eb55db5060cb492af3cfa88f51f
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-26 17:43:09
Source code size: 486 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 614 / 619
Referenced in: [show references]