start hashing identifiers

This commit is contained in:
Daniel Martí
2019-12-08 17:37:46 +00:00
parent f47c12caba
commit f4e356ab13
2 changed files with 99 additions and 7 deletions
+2 -3
View File
@@ -40,9 +40,8 @@ exec readelf --section-details --symbols main
! grep $WORK main
# TODO
# ! grep 'globalVar' main
# ! grep 'globalFunc' main
! grep 'globalVar' main
! grep 'globalFunc' main
-- main.go --
package main