Skip to content

Commit

Permalink
[tests] Add script for veracode package
Browse files Browse the repository at this point in the history
  • Loading branch information
mengtan committed Dec 13, 2023
1 parent a035d2c commit f338fa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions veracode-package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

bjam -aj2 cxxflags='-gdwarf-2 -g3 -O0 -fno-builtin' linkflags='-Wl,--version-script=veracode.expmap' rdpproxy
read EXE_PATH < <(ls -1t bin/*/*/rdpproxy)
tar -cvf vera-redemption.tar "$EXE_PATH"
1 change: 1 addition & 0 deletions veracode.expmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{global:main;local:*;};

0 comments on commit f338fa7

Please sign in to comment.