Grant Willcox

Results 252 comments of Grant Willcox
trafficstars

*sigh* So I found that we are calling a function in RailGun with the wrong definition, and not only that but we were also calling it incorrectly. So yeah, I...

Seems like DWORD parameters are AND'd with 0xffffffff before being packed in their native architecture, presumably to truncate it down to a 32 bit number. I'm not sure why this...

Alright since this is now kind of in an odd place lets break this down by the functions defined and which ones have been tested vs not tested so we...

@smcintyre-r7 Reviewed all used functions that have been modified and confirmed they work on a x64 target. Is there any additional work that needs to be done for this to...

Per Slack convo, squashing these commits down before we go ahead and land this.

Heads up looks like the Docker issue was related to the addition of Debug.gem though I'm curious why it decided to break now and not earlier; there are no dependency...

My bad, looking at this closer it looks like you stripped the linked dependencies from the Gemfile.lock for debug.gem somehow; might need to add those back in for Docker to...

> > My bad, looking at this closer it looks like you stripped the linked dependencies from the Gemfile.lock for debug.gem somehow; might need to add those back in for...

@h00die-gr3y Reviewed new updates and everything looks good, made one comment though on something that could be fixed for clarity over at https://github.com/rapid7/metasploit-framework/commit/3832b0522670228c9e12ec4f556192330e8eaf28#r100597164 (GitHub doesn't seem to think this is...

@h00die-gr3y Getting this error on the backend, think your going to have to add ChunkyPNG as a Gem to `Gemfile.lock`, the existing file in the Metasploit root, for Bundler to...