Skip to content

Releases: WPeace-HcH/SysNR-FuncFinder

SysNR-FuncFinder v2.5

20 Sep 08:33
9678c39
Compare
Choose a tag to compare

Version 2.5

  • Fix a bug when finding main function under the MIPS architecture.

SysNR-FuncFinder v2.4

31 Aug 06:54
8249b55
Compare
Choose a tag to compare

Version 2.4

  • Added some function identification under the ARM architecture.

SysNR-FuncFinder v2.3

05 Jul 08:55
30797a6
Compare
Choose a tag to compare

Version 2.3

  • Fix the bug of overflow in some cases under x64 architecture.
  • Enhance the search for the main function of the x64 architecture.

SysNR-FuncFinder v2.2

25 May 08:17
7e52af1
Compare
Choose a tag to compare

Version 2.2

  • Fix a bug in MIPS support.

SysNR-FuncFinder v2.0

07 Apr 09:11
a8135bf
Compare
Choose a tag to compare

Version 2.0

  • Add support for PowerPC32.
  • Support finding main function for PowerPC32.
  • Add support for Indirect call MIPS.

SysNR-FuncFinder v1.7

22 Mar 08:29
38d0300
Compare
Choose a tag to compare

Version 1.7

  • Fix a bug and change some details.
  • You need to delete old SysNR-FuncFinder_WPeace.py because the py-name have changed.

SysNR-FuncFinder v1.6

14 Feb 10:05
bc3b146
Compare
Choose a tag to compare

Version 1.6

  • Fix bugs when finding main function.

SysNR-FuncFinder v1.5

10 Feb 10:19
4eae75b
Compare
Choose a tag to compare

Version 1.5

  • Support finding main function for all architecture in SysNR-FuncFinder.

SysNR-FuncFinder v1.4

05 Jan 07:54
3316a0f
Compare
Choose a tag to compare

Version 1.4

  • Fixed bug for EABI ARM32 support.
  • Support finding main function for EABI ARM32.

SysNR-FuncFinder v1.3

30 Dec 08:09
ce4491b
Compare
Choose a tag to compare

Version 1.3

  • Add support for EABI ARM32.
  • Fix some bugs.