Skip to content

Commit

Permalink
Bugfix, issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
DosX-dev authored May 21, 2024
1 parent 6aed008 commit 340cb71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/obfus.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,10 @@ volatile static char _s_a[] OBFH_SECTION_ATTRIBUTE = "a", _s_b[] OBFH_SECTION_AT

#define BREAK_STACK_9 \
__asm__ __volatile( \
"xorl %esi, %esi\n" \
"push %esi\n" \
"xorl %edx, %edx\n" \
"jz 1f\n" \
".byte 0x00, 0x00\n" \
"1:\n" \
"pop %esi")

void junkFunc(int z, ...) OBFH_SECTION_ATTRIBUTE {
__asm__ __volatile("nop");
Expand Down

0 comments on commit 340cb71

Please sign in to comment.