Ryan
Ryan
### Steps to reproduce 1.read xterm-headless from js file 2.run this script in v8 engine ```error ReferenceError: exports is not defined [recovered] ``` ```go iso := v8.NewIsolate() xtermScript, err :=...
```log-verbose [root@localhost build]# clangd --log=verbose clangd is a language server that provides IDE-like features to editors. It should be used via an editor plugin rather than invoked directly. For more...
### What I did? I tried to add a small piece of my own data to the PSH tcp payload, and it can be seen that the transmission was successful...
**What** I am using freerdp proxy as rdp service proxy, but I found that if the target machine uses the rdp protocol as the negotiation encryption suite, freerdp proxy will...
### Feature Type - [x] Adding new functionality to this module - [ ] Changing existing functionality in this module - [ ] Removing existing functionality in this module ###...
我编译安装了ts之后,发现go版本sdk依赖sm4头文件,但是安装之后却没有这个文件 tongsuo版本:8.4.0 tongsuo-gosdk版本:1.0.0 ```bash ./config --prefix=$(ts_install_prefix) $(rpath_args) enable-ec_elgamal enable-paillier enable-ntls ``` ### gosdk ```log # github.com/tongsuo-project/tongsuo-go-sdk/crypto In file included from ../../go/pkg/mod/github.com/tongsuo-project/[email protected]/crypto/hmac.go:17: ./shim.h:28:10: fatal error: 'openssl/sm4.h' file not found #include ^~~~~~~~~~~~~~~...
```c const int main_acct_id = 1; const int hostid = 2; const int sub_acct_id = 3; const int device_port = 4; cJSON_AddNumberToObject(root, "MAIN_ACCOUNT_ID", main_acct_id); cJSON_AddNumberToObject(root, "OBJECT_ID", hostid); cJSON_AddNumberToObject(root, "SUB_ACCOUNT_ID", sub_acct_id);...