=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/bulkloop/bulkloop.c-150- { hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/bulkloop/bulkloop.c:151: __xdata BYTE* pep= ep_addr(SETUPDAT[2]); hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/bulkloop/bulkloop.c-152- printf ( "ep %02x\n" , *pep ); ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/cdc/common/main.c-165- case VC_EPSTAT: { hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/cdc/common/main.c:166: __xdata BYTE* pep= ep_addr(SETUPDAT[2]); hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/cdc/common/main.c-167- //printf ( "ep %02x\n" , *pep ); ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/debugdevice/debugdev.c-135- hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/debugdevice/debugdev.c:136: pep = ep_addr(SETUPDAT[2]); hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/debugdevice/debugdev.c-137- if (pep) { ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/debugdevice_full_duplex/debugdev.c-244- hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/debugdevice_full_duplex/debugdev.c:245: pep = ep_addr(SETUPDAT[2]); hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/debugdevice_full_duplex/debugdev.c-246- if (pep) { ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/usbmon_c/usbmon.c-152- hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/usbmon_c/usbmon.c:153: pep = ep_addr(SETUPDAT[2]); hdmi2usb-fx2-firmware-0.0.0~git20151225/examples/usbmon_c/usbmon.c-154- if (pep) { ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/include/delay.h-51- hdmi2usb-fx2-firmware-0.0.0~git20151225/include/delay.h:52:#define NOP __asm nop __endasm hdmi2usb-fx2-firmware-0.0.0~git20151225/include/delay.h-53- ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h-66-**/ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h:67:#define activate_light(LIGHT_ADDR) __asm \ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h-68- mov __XPAGE, LIGHT_ADDR \ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h:69: __endasm; __asm \ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h-70- movx a, @r0 \ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h:71:__endasm \ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/lights.h-72- ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/include/setupdat.h-34- hdmi2usb-fx2-firmware-0.0.0~git20151225/include/setupdat.h:35: // copy the dscr_asm file from the lib dir to your hdmi2usb-fx2-firmware-0.0.0~git20151225/include/setupdat.h-36- // own project directory, change it how ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/include/setupdat.h-144- **/ hdmi2usb-fx2-firmware-0.0.0~git20151225/include/setupdat.h:145:__xdata BYTE* ep_addr(BYTE ep); hdmi2usb-fx2-firmware-0.0.0~git20151225/include/setupdat.h-146- ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk-83- cp $$a $(BUILDDIR)/; \ hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk:84: cd $(BUILDDIR) && $(AS8051) -logs `basename $$a` && cd ..; done hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk-85- for s in $(SOURCES); do \ hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk:86: THISREL=$$(basename `echo "$$s" | sed -e 's/\.c$$/\.rel/'`); \ hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk-87- $(CC) -c -I $(FX2LIBDIR)/include -I $(INCLUDES) $$s -o $(BUILDDIR)/$$THISREL ; done ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk-99-clean: hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk:100: rm -f $(foreach ext, a51 asm ihx lnk lk lst map mem rel rst rest sym adb cdb bix, $(BUILDDIR)/*.${ext}) hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/fx2.mk-101- ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-133- hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c:134:__xdata BYTE* ep_addr(BYTE ep) { hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-135- // Bit 8 of ep_num is the direction (In or Out) of the endpoint. ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-180- { hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c:181: __xdata BYTE* pep=ep_addr(SETUPDAT[4]); hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-182- if ( !pep ) return FALSE; ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-216- if (SETUPDAT[2] == 0) { // ep stall feature hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c:217: __xdata BYTE* pep=ep_addr(SETUPDAT[4]); hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-218- printf("unstall endpoint 0x%02x\n" , SETUPDAT[4]); ############################################## hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-253- // stall and endpoint hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c:254: __xdata BYTE* pep = ep_addr(SETUPDAT[4]); hdmi2usb-fx2-firmware-0.0.0~git20151225/lib/setupdat.c-255- printf("Stall ep 0x%02x\n", SETUPDAT[4]);