Skip to content

Commit

Permalink
Fix version identification errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mooncat-greenpy committed Sep 25, 2022
1 parent adb2666 commit 4e658bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/golanganalyzerextension/StructureManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ boolean init_basig_golang_datatype() {
int pointer_size=go_bin.get_pointer_size();
Address base_addr=null;
while(true) {
is_go16=false;

if(pointer_size==4) {
base_addr=go_bin.find_memory(base_addr, gopclntab_base_bytes, new byte[] {(byte)0xff,(byte)0xff,(byte)0xff,(byte)0xff,(byte)0x00,(byte)0x00,(byte)0x00,(byte)0x00});
}else {
Expand Down

0 comments on commit 4e658bd

Please sign in to comment.