Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / B2R2-org/B2R2 issues and pull requests
#51 - `git clone --recurse-submodules --recursive` fails to checkout `doc`
Issue -
State: closed - Opened by worduk 6 months ago
- 3 comments
Labels: question
#50 - I think I found a B2R2 LowUIR bug.
Issue -
State: closed - Opened by sanghwa95 12 months ago
- 3 comments
Labels: bug
#49 - I want to lift .so file but an error occurs
Issue -
State: closed - Opened by sanghwa95 about 1 year ago
- 4 comments
Labels: question
#48 - Does it take three to four seconds for each instruction to be decompiled? Is there any way to improve the efficiency?
Issue -
State: closed - Opened by yechenn over 1 year ago
- 7 comments
#47 - Does the B2R2 support PPC32 or Sparc?
Issue -
State: closed - Opened by yechenn over 1 year ago
- 2 comments
Labels: question
#45 - [WASM] Support WASM disassembler
Pull Request -
State: closed - Opened by kimdora almost 3 years ago
- 4 comments
Labels: wontfix
#44 - [Wasm] Fix when there is no import function
Pull Request -
State: closed - Opened by kimdora almost 3 years ago
- 1 comment
#43 - Error when import function does not exist in wasm binary
Issue -
State: closed - Opened by kimdora almost 3 years ago
- 3 comments
Labels: bug
#42 - [Question] Assembling LowUIR to Assembly (x86/x64/...)
Issue -
State: closed - Opened by enkomio about 3 years ago
- 1 comment
#41 - [Question] Question on analyzing the ARMv8 aarch32 binary
Issue -
State: closed - Opened by wqqqy over 3 years ago
- 1 comment
#40 - [Question] Dose the newest version B2R2 v0.5.0 support python?
Issue -
State: closed - Opened by wqqqy over 3 years ago
- 4 comments
#39 - Updates?
Issue -
State: closed - Opened by enkomio over 3 years ago
- 1 comment
#38 - Improve function detection algorithm
Issue -
State: closed - Opened by enkomio about 4 years ago
- 2 comments
Labels: question
#37 - ARMv7: incorrect disassembly of VCVT
Issue -
State: closed - Opened by tzoz about 4 years ago
- 6 comments
Labels: bug
#36 - [BinFile] Wasm modules parser
Pull Request -
State: closed - Opened by Ly-xThunder over 4 years ago
- 3 comments
#35 - [Core] Replace ArchToString function keyword with direct pattern matc…
Pull Request -
State: closed - Opened by Ly-xThunder over 4 years ago
- 1 comment
#34 - [BinFile] Add 'BaseAddress' field to FileInfo
Pull Request -
State: closed - Opened by Ly-xThunder over 4 years ago
- 1 comment
#33 - [Question] Any plan for supporting a SMT?
Issue -
State: closed - Opened by enkomio over 4 years ago
- 2 comments
Labels: question
#32 - Added ZMM registers to function 'toRegType'
Pull Request -
State: closed - Opened by enkomio almost 5 years ago
- 1 comment
#31 - pcmpistri lifting infine loop
Issue -
State: closed - Opened by enkomio almost 5 years ago
- 4 comments
Labels: bug
#30 - [Core] Refactor LEB128 implementation of BinReader
Pull Request -
State: closed - Opened by Ly-xThunder about 5 years ago
#29 - [Core] Refactor LEB128 implementation of BinReader
Pull Request -
State: closed - Opened by Ly-xThunder about 5 years ago
#28 - [Core] Create LEB128 Codec
Pull Request -
State: closed - Opened by Ly-xThunder about 5 years ago
- 2 comments
#27 - Behavior change of FormatDetector.Detect()
Issue -
State: closed - Opened by ied206 about 5 years ago
- 4 comments
Labels: enhancement, question
#26 - [BinFile] Implemented parsing relocation table in PE file
Pull Request -
State: closed - Opened by enkomio over 5 years ago
- 2 comments
#25 - Bug in GetSymbols
Issue -
State: closed - Opened by cha512 over 5 years ago
- 7 comments
Labels: enhancement, question
#24 - Error in getRawOffset
Issue -
State: closed - Opened by cha512 over 5 years ago
- 2 comments
Labels: bug, will handle
#23 - Error in parse EAT
Issue -
State: closed - Opened by cha512 over 5 years ago
- 2 comments
Labels: bug
#22 - [BinHandler] Error in section reading
Issue -
State: closed - Opened by enkomio over 5 years ago
- 11 comments
Labels: bug
#21 - Incorrect disassembly
Issue -
State: closed - Opened by cha512 over 5 years ago
- 2 comments
Labels: bug
#20 - [BinFile] parsing ImportAddressTableRVA when ImportLookupTableRVA is 0
Pull Request -
State: closed - Opened by enkomio over 5 years ago
- 1 comment
#19 - [IntelLifter] Replaced temp var with ECX in loop lifting.
Pull Request -
State: closed - Opened by enkomio over 5 years ago
#18 - x86/64 lifting loop instruction
Issue -
State: closed - Opened by sangkilc over 5 years ago
- 7 comments
Labels: bug, will handle
#17 - InterJmp pretty-printing
Issue -
State: closed - Opened by sangkilc over 5 years ago
- 2 comments
Labels: enhancement, will handle
#16 - Error in parse export for DLL profapi.dll
Issue -
State: closed - Opened by enkomio over 5 years ago
- 5 comments
Labels: bug
#15 - repz lifting question
Issue -
State: closed - Opened by enkomio almost 6 years ago
- 6 comments
#14 - [BinFile] Added boundary check on file format detector
Pull Request -
State: closed - Opened by enkomio almost 6 years ago
- 1 comment
#13 - Opcode and Operands accessibility
Issue -
State: closed - Opened by J4ckKn1ght almost 6 years ago
- 3 comments
Labels: bug
#12 - Detect format from byte array
Pull Request -
State: closed - Opened by enkomio almost 6 years ago
- 3 comments
#11 - How to update the binary handler content?
Issue -
State: closed - Opened by enkomio almost 6 years ago
- 5 comments
Labels: enhancement, will handle
#10 - AND instruction not correctly lifted
Issue -
State: closed - Opened by enkomio almost 6 years ago
- 4 comments
Labels: question
#9 - Symbolic Execution component #question
Issue -
State: closed - Opened by enkomio almost 6 years ago
- 2 comments
Labels: question
#8 - simplify extractCString
Pull Request -
State: closed - Opened by tathanhdinh almost 6 years ago
- 5 comments
#7 - Reformatted code in order to follow official F# coding style
Pull Request -
State: closed - Opened by enkomio almost 6 years ago
- 6 comments
#6 - Disassembly of relative operands
Issue -
State: closed - Opened by tathanhdinh almost 6 years ago
- 2 comments
Labels: question
#5 - [Intel] Fix relative call lifting
Pull Request -
State: closed - Opened by tathanhdinh almost 6 years ago
- 1 comment
#4 - Relative calls lifting
Issue -
State: closed - Opened by tathanhdinh almost 6 years ago
- 7 comments
Labels: question
#3 - [Intel] Add expressions for control registers
Pull Request -
State: closed - Opened by tathanhdinh almost 6 years ago
- 1 comment
#2 - Improve Segmentation Semantics for x86
Issue -
State: closed - Opened by tathanhdinh almost 6 years ago
- 5 comments
Labels: enhancement, help wanted, wontfix
#1 - Incorrect disassembly
Issue -
State: closed - Opened by tathanhdinh almost 6 years ago
- 2 comments
Labels: bug