You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of the code in the elf pattern is duplicated between 32 and 64 bit elf files. This makes it quite hard to add things to the pattern - everything needs to be added twice, and changing is even more clumsy.
I wander if there is a way to refactor the pattern such that most of the code will be reusable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of the code in the elf pattern is duplicated between 32 and 64 bit elf files. This makes it quite hard to add things to the pattern - everything needs to be added twice, and changing is even more clumsy.
I wander if there is a way to refactor the pattern such that most of the code will be reusable.
Beta Was this translation helpful? Give feedback.
All reactions