diff options
| author | luwenpeng <[email protected]> | 2021-11-03 15:43:29 +0300 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2021-11-03 15:43:29 +0300 |
| commit | dba968b4afb2240fe868e5c3b71792dea6b1760c (patch) | |
| tree | f930776f68142b836ff6835648eea42fddcd38e3 | |
| parent | edabccd0c169ed42e20542ed71ca2c012bcab203 (diff) | |
程序加壳时删除 --debug --memdump 参数
| -rw-r--r-- | rebuildrpm_and_envelope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuildrpm_and_envelope.sh b/rebuildrpm_and_envelope.sh index 9665799..bc97c32 100644 --- a/rebuildrpm_and_envelope.sh +++ b/rebuildrpm_and_envelope.sh @@ -35,7 +35,7 @@ cd ${RPM_REBUILD_ROOT} rpm2cpio ${RPM_FULL_PATH} | cpio -dium # Envelope -/opt/Sentinel/Linux/VendorTools/Envelope/linuxenv -v:/opt/VendorCodes/GEEDGE.hvc -f:$FEATURE_ID --msg-out:4 --debug --memdump --randomize:1 ${UNPROTECT_BIN} ${PROTECT_BIN} +/opt/Sentinel/Linux/VendorTools/Envelope/linuxenv -v:/opt/VendorCodes/GEEDGE.hvc -f:$FEATURE_ID --msg-out:4 --randomize:1 ${UNPROTECT_BIN} ${PROTECT_BIN} echo "Envelope Bin: `md5sum ${PROTECT_BIN}`" mv ${PROTECT_BIN} ${UNPROTECT_BIN} |
