Skip to content
Snippets Groups Projects
Commit f2efea4b authored by Dominik Maier's avatar Dominik Maier
Browse files

Revert "Revert "updated unicorn version""

This reverts commit 857046ed.
parent 857046ed
No related branches found
No related tags found
No related merge requests found
0ca7a8f2 c6d66471
...@@ -204,7 +204,7 @@ int main(int argc, char **argv, char **envp) { ...@@ -204,7 +204,7 @@ int main(int argc, char **argv, char **envp) {
// Map memory. // Map memory.
mem_map_checked(uc, BASE_ADDRESS, len, UC_PROT_ALL); mem_map_checked(uc, BASE_ADDRESS, len, UC_PROT_ALL);
printf("Len: %lx\n", len); /* printf("Len: %lx\n", len); */
fflush(stdout); fflush(stdout);
// write machine code to be emulated to memory // write machine code to be emulated to memory
......
Subproject commit 0ca7a8f22b8bb028eb9fe053c0974a60ee640f18 Subproject commit c6d6647161a32bae88785a618fcd828d1711d9e6
...@@ -21,10 +21,10 @@ fi ...@@ -21,10 +21,10 @@ fi
git submodule init && git submodule update || exit 1 git submodule init && git submodule update || exit 1
cd ./unicornafl || exit 1 cd ./unicornafl || exit 1
git fetch origin master 1>/dev/null || exit 1 git fetch origin dev 1>/dev/null || exit 1
git stash 1>/dev/null 2>/dev/null git stash 1>/dev/null 2>/dev/null
git stash drop 1>/dev/null 2>/dev/null git stash drop 1>/dev/null 2>/dev/null
git checkout master git checkout dev
if [ -z "$NEW_VERSION" ]; then if [ -z "$NEW_VERSION" ]; then
# No version provided, take HEAD. # No version provided, take HEAD.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment