jmp0x7c00
jmp0x7c00
same problem!!
Hi,dear sir Thanks for your quick reply. So if we use TaLos in production,there might be a security issue if the attacker try to obtain the private key by directly...
same bugs in file `win/Enclave/Steam2.cpp`: line 49: ```C *buf = (char*)malloc(len+1); memcpy(*buf, query, len); (*buf)[len] = 0; return len; ``` and line 115 ```C *resp = (char*)malloc(len+1); memcpy(*resp, query, len);...
file `win/Enclave/Current_Yahoo.cpp`: line 20: ```C *buf = (char*)malloc(len+1); memcpy(*buf, query, len); ``` and file `win/Enclave/Current_Google.cpp` line 48 and file `win/Enclave/Transaction.cpp` line 202 and file `/win/Enclave/Flight.cpp` line 64 and file `win/Enclave/ECDAS.c`...
ok, I see. Thanks for your quick replay.!:) If we use Town-Crier in product environment, we have to modify its code a little. here is an another leak-causing code, the...
@WXZhao7 thanks, I replaced `fcitx` with `ibus` in `~/.local/bin/docker-deepin.sh` according to your suggestions , inputing is OK!
same issue, and when I use wllvm, some errors occurred..., ```bash error: Linking globals named 'mmu_step': symbol multiply defined! ``` and there maybe no good solution for this problem: https://discourse.llvm.org/t/llvm-link-symbol-multiply-defined/718...
感谢!啥时候可以解决丫?我也不行,ubuntu20.04 > 使用setup.sh脚本安装的`/etc/apt/sources.list.d/deepin-wine.i-m.dev.list`文件内容如下 > > ``` > deb [trusted=yes] https://deepin-wine.i-m.dev / > ``` > > 请确认
我经过执行 sudo apt install ca-certificates 解决了这个问题。
如果是wechat容器,解决办法: 在/opt/deepinwine/tools/run_v4.sh中找到CallWeChat函数,将删除注册表和配置的代码注释掉即可,如下: ```bash CallWeChat() { debug_log "Disable auto update" # _DeleteRegistry "HKCU\\Software\\Tencent\\WeChat" "UpdateFailCnt" # _DeleteRegistry "HKCU\\Software\\Tencent\\WeChat" "NeedUpdateType" # rm "${WINEPREFIX}/drive_c/users/${USER}/Application Data/Tencent/WeChat/All Users/config/configEx.ini" export DISABLE_RENDER_CLIPBOARD=1 export ATTACH_FILE_DIALOG=1 CallProcess "$@" } ```