SYMBOL INDEX (57 symbols across 12 files) FILE: client/netRaven/Raven/clr.cpp type clr (line 30) | namespace clr { FILE: client/netRaven/Raven/clr.hpp type clr (line 39) | namespace clr { class ClrClass (line 45) | class ClrClass { method variant_t (line 54) | variant_t invoke_method(const std::wstring& name, Args&&... args) { class ClrAssembly (line 74) | class ClrAssembly { method variant_t (line 84) | variant_t invoke_static(const std::wstring& clsName, const std::wstr... class ClrDomain (line 109) | class ClrDomain { FILE: client/netRaven/Raven/dllmain.cpp function LoadAndRun (line 6) | void LoadAndRun(LPVOID lpParam) function BOOL (line 21) | BOOL APIENTRY DllMain( HMODULE hModule, FILE: client/netRaven/netRaven/Core.cs class Core (line 12) | public class Core method Run (line 25) | public static void Run(string throwaway) method RavenUpgrade (line 99) | public static void RavenUpgrade() method on_receive (line 127) | private static void on_receive(object sender, MessageReceivedEventArgs e) method on_error (line 173) | private static void on_error(object sender, SuperSocket.ClientEngine.E... method on_open (line 180) | private static void on_open(object sender, EventArgs e) method on_closed (line 185) | private static void on_closed(object sender, EventArgs e) method ConnectToBeacon (line 190) | private static void ConnectToBeacon() method readFrame (line 207) | private static int readFrame(NamedPipeClientStream pipe, ref byte[] bu... method writeFrame (line 227) | private static void writeFrame(NamedPipeClientStream pipe, byte[] buffer) class config (line 234) | public class config method config (line 241) | public config() type MsgType (line 250) | public enum MsgType class RavenMessage (line 258) | public class RavenMessage FILE: client/netRaven/netRaven/Crypto.cs class Crypto (line 8) | public class Crypto FILE: client/netRaven/netRaven/Loader.cs class Loader (line 9) | public class Loader method Loader (line 11) | public Loader(byte[] payload, int processId = 0) method LoadInCurrentProcess (line 17) | public void LoadInCurrentProcess() method VirtualProtect (line 41) | [DllImport("kernel32.dll")] method LoadInRemoteProcess (line 47) | public void LoadInRemoteProcess() FILE: client/netRaven/netRaven/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: client/netRaven/netRaven/TaskHandler.cs class TaskHandler (line 10) | public class TaskHandler type TaskType (line 12) | public enum TaskType method handleTask (line 23) | public static void handleTask(TaskType t, byte[] taskData) FILE: client/netRaven/ravenDebug/Program.cs class Program (line 9) | class Program method Main (line 11) | static void Main(string[] args) FILE: server/handler.go constant stageMsg (line 21) | stageMsg = 1 constant beaconMsg (line 22) | beaconMsg = 2 constant taskMsg (line 23) | taskMsg = 3 constant keyMsg (line 24) | keyMsg = 4 function createFrame (line 40) | func createFrame(payload []byte) []byte { function readFrame (line 52) | func readFrame(conn net.Conn) []byte { function socketHandler (line 94) | func socketHandler(w http.ResponseWriter, r *http.Request) { function HandleTaskResponse (line 108) | func HandleTaskResponse(tr string) bool { function HandleStageRequest (line 121) | func HandleStageRequest(sr string) ([]byte, bool) { function manageClient (line 157) | func manageClient(c *websocket.Conn) { FILE: server/main.go function serveDefaultPage (line 26) | func serveDefaultPage(w http.ResponseWriter, r *http.Request) { function ravenlog (line 42) | func ravenlog(msg string) { function main (line 48) | func main() { FILE: server/userhandler.go constant stringType (line 14) | stringType = 0 constant intType (line 15) | intType = 1 constant fileType (line 16) | fileType = 2 type Message (line 19) | type Message struct type AuthMessage (line 25) | type AuthMessage struct function startUIServer (line 30) | func startUIServer(clearDB bool) { function login (line 55) | func login(clientID string, username string, password string) { function setupDatabase (line 59) | func setupDatabase() {