Skip to content

Releases: REW-sploit/REW-sploit

0.5.1

16 Mar 13:18
8978e20

Choose a tag to compare

Some minor changes:

  • added the save of dropped files at end of emulation
  • Docker now using Python 3.11
  • README updates

0.5.0

09 Sep 20:48
147694e

Choose a tag to compare

  • dump option added, to dump entire emulated process memory at specific EIP
  • added hook for GetProcAddress for customized actions

0.4.3

03 Jun 21:32
b23f983

Choose a tag to compare

  • minor mods to comments and help
  • added memory dump on VirtualFree

0.4.2

23 May 19:57

Choose a tag to compare

  • by default uses latest Speakeasy commit instead of stable release
  • added CreateRemoteThread dump to option -T

0.4.1

21 Apr 14:18
be9dca4

Choose a tag to compare

  • Added support to emulate DLL exports by ordinal

0.4.0

21 Mar 09:10
adf2d04

Choose a tag to compare

  • New antidebug detection command
  • Allocated Memory dump option added
  • Several bug fix

0.3.5

11 Jan 13:18

Choose a tag to compare

  • Some fixes in the interface, to better handle output redirection
  • cmd2 package updated to 2.3.3
  • bump to release 0.3.5

0.3.4

24 Nov 15:48

Choose a tag to compare

  • minor bug fixes
  • new SpeakEasy release 1.5.9
  • bump to version 0.3.4

0.3.3

12 Oct 21:03
858c393

Choose a tag to compare

  • Using new SpeakEasy release 1.5.7.2

0.3.2

06 Oct 21:36
dfd1b84

Choose a tag to compare

Release Notes

  • added unhook option to increase performance
  • clean up of some code