Exemplo n.º 1
0
        public void VisitFunctionType(FunctionType ft)
        {
            var addr = rdr.Address;

            //$TODO: if address is odd and we're dealing with an ARM binary,
            // the arch should be arm-thumb.
            scanner.EnqueueUserProcedure(program.Architecture, addr, ft, null);
        }
Exemplo n.º 2
0
        public void VisitFunctionType(FunctionType ft)
        {
            var addr = rdr.Address;

            scanner.EnqueueUserProcedure(addr, ft, null);
        }