load without any analysis (file header at offset 0x0): r2 -n /path/to/file
- analyze all:
aa
- show sections:
iS
- list functions:
afl
- list imports:
ii
- list entrypoints:
ie
- seek to function:
s sym.main
Sub MakeSheetList_Click() | |
Dim Ws As Worksheet | |
Dim ix As Integer, it As Integer | |
Set Ws = Sheets("시트목록") | |
With Ws | |
it = Worksheets.Count | |
.Columns("A:B").EntireColumn.ClearContents | |
.Range("a1:b1") = Array("번호", "시트명") |
/* | |
* Copyright 2017 Mohsen Mesgarpour | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
/* | |
Create server/client self-signed certificate/key (self signed, DONT ADD PASSWORD) | |
openssl req -x509 -newkey rsa:2048 -days 3650 -nodes -keyout client-key.pem -out client-cert.pem | |
openssl req -x509 -newkey rsa:2048 -days 3650 -nodes -keyout server-key.pem -out server-cert.pem | |
*/ | |
#include <stdio.h> |
# $Id$ generated with make-mac-prefixes.pl | |
# Original data comes from http://standards.ieee.org/regauth/oui/oui.txt | |
# These values are known as Organizationally Unique Identifiers (OUIs) | |
# See http://standards.ieee.org/faqs/OUI.html | |
# We have added a few unregistered OUIs at the end. | |
000000 Xerox | |
000001 Xerox | |
000002 Xerox | |
000003 Xerox | |
000004 Xerox |
GDB commands by function - simple guide | |
--------------------------------------- | |
More important commands have a (*) by them. | |
Startup | |
% gdb -help print startup help, show switches | |
*% gdb object normal debug | |
*% gdb object core core debug (must specify core file) | |
%% gdb object pid attach to running process | |
% gdb use file command to load object |
Login Password | |
root xmhdipc | |
root klv123 | |
root xc3511 | |
root 123456 | |
root jvbzd | |
default OxhlwSG8 | |
defaul tlJwpbo6 | |
defaul S2fGqNFs | |
root hi3518 |