for i in gadgets:

                if i != 3 and i != 5 : # skip mprotect and wbc_s_a
                    gadgets[i] = hex((int(gadgets[i], 16) + 1))[2:]