C# Class Reloc.Program

Mostrar archivo Open project: K2/Reloc

Public Methods

Method Description
Main ( string args ) : void

Entrypoint, command line handler.

PETimeDateStamp ( string FilePath ) : uint

probably just get rid of this a better version is in Extract

Private Methods

Method Description
PrintHelp ( string args ) : bool
Reloc ( string args ) : bool

Network download from IOActive server for hosted reloc's

Method Details

Main() public method

Entrypoint, command line handler.
public Main ( string args ) : void
args string
return void

PETimeDateStamp() public static method

probably just get rid of this a better version is in Extract
public static PETimeDateStamp ( string FilePath ) : uint
FilePath string
return uint