Libraryless. Click here for Pure Java version (868L/7K/23K).
1 | !747 |
2 | |
3 | m {
|
4 | p {
|
5 | // Any VM is injectable now. :) |
6 | DialogIO injectionPoint = findBot("This is a JavaX VM.");
|
7 | |
8 | injectionPoint.readLine(); |
9 | S answer = injectionPoint.askLoudly(format3("please inject program *", "#1001387"));
|
10 | new Matches m; |
11 | if (!match3("ok. injection id: *", answer, m))
|
12 | fail("huh?");
|
13 | S injectionID = unquote(m.m[0]); |
14 | while (!match3("yes", injectionPoint.askLoudly("is injection's * main done?", injectionID))) {
|
15 | print("Waiting...");
|
16 | sleepSeconds(1); |
17 | } |
18 | answer = injectionPoint.askLoudly("get injection result *", injectionID);
|
19 | print("Result: " + answer);
|
20 | // TODO: dispose injection |
21 | injectionPoint.close(); |
22 | } |
23 | } |
Began life as a copy of #1001376
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: | #1001388 |
| Snippet name: | Injection test (count threads in VM) |
| Eternal ID of this version: | #1001388/1 |
| Text MD5: | 0563852689958d508dbe48df9fe0d1ce |
| Transpilation MD5: | bcea22afcb5352898210a7ce9b3017a7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-13 21:06:43 |
| Source code size: | 717 bytes / 23 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 809 / 953 |
| Referenced in: | [show references] |