iSECPartners/Introspy-iOS

Remove ArgumentsWithMaskFilter

thirstscolr opened this issue · 1 comments

The filter is purely a bitwise AND with 1 ... so it does nothing. I think we should either just support it in the ArgumentsFilter (like i did previously) or just remove the mask comparison and worry about it if we come across a mask that actually makes a difference... also reintroduction broke all of my code :(

my nemeses:
NSDataWritingAtomic = 1UL << 0,
NSDataWritingWithoutOverwriting = 1UL << 1,