Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opensrc/zipr
  • whh8b/zipr
2 results
Show changes
Commits on Source (2)
Subproject commit 26497da37ca82c270e44546d729d66ca0b83a4fa
Subproject commit ac946143a05bc1ec09994c31ff9786730d5a23f9
......@@ -250,6 +250,9 @@ class FixCalls_t : public TransformStep_t
// calls to not the entry of a function likely result
// from ida/rida mis-identification of functions. no need to fix them.
#if 0
assert(cfg->getEntry());
/* if the call instruction isn't to a function entry point */
......@@ -259,6 +262,7 @@ class FixCalls_t : public TransformStep_t
/* then we need to fix it */
return true;
}
#endif
/* check the entry block for thunks, etc. */
......
Subproject commit 173beca81faecfed391fa4c6c881ccf8f49c002c
Subproject commit 26232ebfcd26f0532da8dba84f7ce5fbf069dbb1
Subproject commit 3267ac26338c701dffa3267da6c6ca15475b4999
Subproject commit f2ad120cbf9fa7d965288472b67cecb197bb5a12