general enhancements

This commit is contained in:
vxunderground
2022-09-11 22:59:40 -05:00
parent e26512ae01
commit e18bbca6ec
9 changed files with 36 additions and 18 deletions
+10 -4
View File
@@ -7,16 +7,22 @@
/*
TODO:
- Ping with 'IcmpSendEcho2Ex'
- PID stuff: https://www.mdsec.co.uk/2022/08/fourteen-ways-to-read-the-pid-for-the-local-security-authority-subsystem-service-lsass/
- Run PE in memory https://papers.vx-underground.org/papers/Windows/Evasion%20-%20Systems%20Call%20and%20Memory%20Evasion/Executing%20a%20PE%20File%20in%20Memory.zip
- Download file options: https://www.x86matthew.com/view_post?id=ntsockets
- ???
- Profit!!!!11
KNOWN ISSUES
- Dynamically resolve IUnknown_QueryService in UnusedSubroutineGetShellViewForDesktop in CreateProcessFromShellExecuteInExplorerProcess
- Implement RtlNtStatusToDosError
- Work on In / Out / Inout in function calls
- Various logic improvements
*/
int main(VOID)
{
DWORD dwError = ERROR_SUCCESS;
return dwError;
}
return ERROR_SUCCESS;
}