compile & load cpp module, link fix

This commit is contained in:
iddoeldor 2020-04-22 12:57:47 +03:00 committed by GitHub
parent 306fc5eb85
commit 95e06f5c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
<details> <details>
<summary>Native</summary> <summary>Native</summary>
* [`Load C++ module`](#load-c++-module) * [`Load C++ module`](#load-cpp-module)
* [`One time watchpoint`](#one-time-watchpoint) * [`One time watchpoint`](#one-time-watchpoint)
* [`Socket activity`](#socket-activity) * [`Socket activity`](#socket-activity)
* [`Intercept open`](#intercept-open) * [`Intercept open`](#intercept-open)
@ -112,7 +112,7 @@ ab fridadescribe console.log(Object.getOwnPropertyNames(Java.use('$').__proto__)
<hr /> <hr />
#### Load C++ module #### Load CPP module
```cpp ```cpp
#include <iostream> #include <iostream>