Skip to content

Releases: leandrofroes/manw

manw v2.3

13 Feb 20:21
Compare
Choose a tag to compare
  • Fix a bug making the tool to not work properly due to an update in MSDN URL;
  • Add the number of arguments an API function takes to the output;

manw v2.2

24 Mar 18:03
Compare
Choose a tag to compare
  • Fix support to some old API versions.
  • Add support to DLL search for some old API versions.
  • Improve API return value search to be more precise (it was returning random strings along with the correct value).
  • Remove if statements parentheses.

manw v2.1

01 Mar 03:45
Compare
Choose a tag to compare
  • Fix scrapers case sensitive handling.
  • Add title checking in order to improve the scraper precision when they reach MSDN.
  • Add error messages when the scraper returns an empty result output.

manw v2.0

27 Feb 02:50
aab86cb
Compare
Choose a tag to compare
  • Update Google search to meet with the new google page format.
  • Improve Google search to be generic and to avoid declare a new one for each scrapy function.
  • Add Windows Syscall ID searching through -n flag.
  • Add -a flag to specify the architecture along with -n flag. If you use -n with no architecture flag the default value is x86.
  • Add -c flag to disable caching feature.
  • Change module usage to use go get.
  • General code improvement and bug fixing.

manw v1.3

18 Nov 22:14
Compare
Choose a tag to compare
  • Now the cache feature is enabled by default and -c flag was removed.
  • New -s flag for Windows API Structure search.
  • -a renamed to -f.
  • Fix flag number checking in order to allow only a single flag usage.
  • General code updates.

manw v1.2

14 Nov 05:29
5482339
Compare
Choose a tag to compare
  • General bug fix
  • Now the cache directory is created only if you specify the -c flag

manw v1.1

04 Nov 14:58
Compare
Choose a tag to compare
  • Fix v0.1 compatibility. If no parameter is passed manw is going to run the API Search module by default.
  • Remove caching path configuration requirement. Now the caching path is created by manw itself.
  • Now both Kernel Structure and Data Type module supports caching feature.
  • Some other code improvements.

manw v1.0

03 Nov 23:33
b06850d
Compare
Choose a tag to compare
  • DLL dependencie added to Windows API module.
  • New Command line flags support.
  • New Caching feature for offline usage.
  • New Windows Data Type search module.
  • New Windows Kernel Structure search module.
  • Now the project is modular.