Skip to content

Commit

Permalink
obfuscate string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
liberize committed Oct 7, 2024
1 parent 936b21d commit 51033b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embed.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ FORCE_INLINE std::string extract_embeded_file() {
}

static void remove_extract_dir() {
auto extract_dir = getenv("SSC_EXTRACT_DIR");
auto extract_dir = getenv(OBF("SSC_EXTRACT_DIR"));
auto tmp_dir = tmpdir();
if (extract_dir && !strncmp(extract_dir, tmp_dir, strlen(tmp_dir))) {
LOGD("remove extract dir. path=%s", extract_dir);
Expand Down

0 comments on commit 51033b7

Please sign in to comment.