Exemplo n.º 1
0
    def refresh(self, ea1=None, ea2=None):
        """Refreshes the strings list"""
        if ea1 is None:
            ea1 = idaapi.cvar.inf.minEA
        if ea2 is None:
            ea2 = idaapi.cvar.inf.maxEA

        idaapi.refresh_strlist(ea1, ea2)
        self.size = idaapi.get_strlist_qty()
Exemplo n.º 2
0
    def refresh(self, ea1=None, ea2=None):
        """Refreshes the strings list"""
        if ea1 is None:
            ea1 = idaapi.cvar.inf.minEA
        if ea2 is None:
            ea2 = idaapi.cvar.inf.maxEA

        idaapi.refresh_strlist(ea1, ea2)
        self.size = idaapi.get_strlist_qty()