목록작업 (529)
도전2022
1. qemu install [OK] -> x86에서 성공적으로 설치됨. 2. RUN qemu-arm [FAILE] # file a-arm a-arm: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.14, not stripped # qemu-arm a-arm /lib/ld-linux.so.3: No such file or directory 3. Cannot execute ARM binary in scratchbox http://www.gossamer-threads.com/lists/maemo/users/29062 -> Installed scratchbox
../qemu-0.11.0/configure Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /root/src/qemu-0.11.0 C compiler gcc Host C compiler gcc ARCH_CFLAGS -m32 make make install install host CPU i386 host big endian no target list i386-softmmu x86_64-softmmu arm-softmmu cris-..
http://www.woodmann.com/crackz/Ida.htm Hex-Rays & IDA Pro - Resources FilesAmante4's IDA Plugins - W32Dasm style IDA add-ons (80k). BinDiff v2 Evaluation Version - Plugin for IDA for graphical DIFF'ing and binary analysis (6.79Mb's). Delphi 6 & Delphi 7 signature files for recognition (691k & 797k). FLAIR tools v4.9 for IDA - Fast library recognition for IDA (1Mb). Gerbay's Plugin - enables FLIR..
GnuWin32 provides ports of tools with a GNU or similar open source license, to MS-Windows (Microsoft Windows 95 / 98 / ME / NT / 2000 / XP / 2003 / Vista / 2008) http://gnuwin32.sourceforge.net/ GNU 윈도우즈 프로그램들이 모두 등록되어 있는듯 하다. 검색하면 다 나와요.ㅋㅋ --------------------------------------------------------------------------------------------- Flex for Windows flex 다운로드 : http://gnuwin32.sourceforge.net/pa..
Android 단말에서 Mac Addr을 조사해야 해서, 방법을 찾아 보았다. 1) 먼저 단말과 PC를 연결한다. 드라이버를 잡고, android-sdk내에 tools에 있는 adb 프로그램을 이용해서 연결한다. 2) adb shell 명령을 이용해서 단말과 연결한다. 3) Mac 조사 하기 위해서 ifconfig -a를 하면 다음과 같은 결과를 얻는다. 당연 Mac 주소는 HWaddr 에 있는 주소이다. # ifconfig -a ifconfig -a eth0 Link encap:Ethernet HWaddr X:X:X:X:X:X inet addr:X.X.X.X Bcast: X.X.X.X Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:..
회사에 있을때는 별 관심 없었는데, 나오고나니 관심이 생겨서 인터넷을 이용하여 검색하여보고 정리합니다. SKAF(SKTelecom Application Framework)에 대해서 이노에이스에서 공개한 자료들이 있는 곳, http://www.devpia.com/Maeul/Contents/Detail.aspx?BoardID=7095&MAEULNo=911&no=43903 월 10일 개최 되었던 "T Store 아이디어 & 어플리케이션 공모전" 세미나의 동영상 자료. 1. 주제 : SKAF 기술 및 사용 안내 2. 발표자 : 이노에이스 고영관 과장 http://www.devpia.com/Maeul/Contents/Detail.aspx?BoardID=7095&MAEULNo=911&no=43553 SKT MOBI..
•This project is an attempt to develop a real decompiler for machine code programs through the open source community. •Create a Retargetable Decompiler. –I.E. one that can decompile different types of machine code files with modest effort, e.g. X86-windows, sparc-solaris, etc. •The Goal is a General Decompiler. An attempt has been made to line up equivalent original source, binary, and decompil..