Releases: leandrofroes/manw
Releases · leandrofroes/manw
manw v2.3
manw v2.2
- 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
- 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
- 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
- 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
- General bug fix
- Now the cache directory is created only if you specify the -c flag
manw v1.1
- 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
- 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.