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("번호", "시트명") |
Located in alphabetical order (not prefer)
C
ab
), also designed as a more modern replacement, written in C
golang
){"lastUpload":"2021-11-09T05:06:16.427Z","extensionVersion":"v3.4.3"} |
{ | |
"ConnectDDHH_log" : { | |
"title" : "ConnectDDHH log format", | |
"description" : "Log format used by ConnectDDHH", | |
"regex" : { | |
"default" : { | |
"pattern" : "^\\[(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?)\\] MSG_CONNECT_RESULT RCode:{(?<RCode>(?:-)?\\d+)} (?<body>.*)$" | |
} | |
}, | |
"level-field" : "RCode", |
# Check these threads before proceeding: | |
# https://github.com/microsoft/WSL/discussions/5857 | |
# https://github.com/microsoft/WSL/issues/5821 | |
if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator')) { | |
$CmdLine = "-File `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArguments | |
Start-Process -FilePath PowerShell.exe -Verb Runas -ArgumentList $CmdLine | |
Exit | |
} | |
# Restart the Host Network Service | |
Restart-Service -Force -Name hns |
These are my notes, not a generic solution. They are not meant to work anywhere outside my machines. Update version numbers to whatever are the current ones while you do this.
asdf
lives in https://github.com/asdf-vm/asdf
Follow its installation instructions, which at the moment of writing were:
{ | |
// Parser options for extracting HTML, see https://github.com/lokalise/i18n-ally/blob/master/src/extraction/parsers/options.ts | |
"i18n-ally.extract.parsers.html": { | |
"attributes": ["text", "title", "alt", "placeholder", "label", "aria-label"], | |
"ignoredTags": ["script", "style"], | |
"vBind": true, | |
"inlineText": true | |
}, | |
// Enables hard-coded strings detection automatically whenever opening supported a file | |
"i18n-ally.extract.autoDetect": true, |