Skip to content

Commit

Permalink
Hide symbols of assembly endpoints on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Jan 9, 2025
1 parent 72efaa9 commit 2a628b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/LinuxEndpoints.s
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
.globl PlayerPawn_sceneObjectUpdater_asm
.globl Weapon_sceneObjectUpdater_asm

.hidden SDLHook_PeepEvents_asm
.hidden ViewRenderHook_onRenderStart_asm
.hidden PlayerPawn_sceneObjectUpdater_asm
.hidden Weapon_sceneObjectUpdater_asm

SDLHook_PeepEvents_asm:
push %rdi # backup volatile registers used in the original function
push %rsi
Expand Down

0 comments on commit 2a628b0

Please sign in to comment.