Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
smol
Commits
2020-07-12
Switch branch/tag
smol
11 Jul, 2020
7 commits
reorganize everything in a single invocation (take 2)
· 51db8f87
PoroCYon
authored
Jun 28, 2020
51db8f87
fix smoldd.py failing when LD_LIBRARY_PATH isn't defined in the environment
· 09acda91
PoroCYon
authored
Jul 05, 2020
09acda91
fix makefile for gcc 10
· 5a42351a
PoroCYon
authored
Jun 21, 2020
5a42351a
fix smoldd
· 7e384a44
PoroCYon
authored
May 03, 2020
7e384a44
update CFLAGS etc a bit
· 5c38b05c
PoroCYon
authored
May 03, 2020
5c38b05c
add more detailed exported symbols, useful for compressed code size listings
· 4389c2e0
PoroCYon
authored
Mar 09, 2020
4389c2e0
show a warning if a required binary isn't found, should 'fix' #2
· e0bde71b
PoroCYon
authored
Aug 27, 2019
e0bde71b
12 Aug, 2019
4 commits
fix 32-bit not working
· 48fa48e7
PoroCYon
authored
Aug 13, 2019
48fa48e7
add fix for gcc 9.1 in the makefile, don't accept LTO input files
· 788135c6
PoroCYon
authored
Jun 23, 2019
788135c6
... actually make it deterministic
· 2f535bef
PoroCYon
authored
Jun 15, 2019
2f535bef
add --det flag for deterministic order of imports
· 9f03bcf3
PoroCYon
authored
Jun 15, 2019
9f03bcf3
27 Jul, 2019
1 commit
Update README.md
· 4929ec18
PoroCYon
authored
Jul 27, 2019
4929ec18
20 May, 2019
1 commit
fix SIGBUS crashes when accessing bss data from a large .bss segment
· 5dd269d0
PoroCYon
authored
May 20, 2019
5dd269d0
18 May, 2019
3 commits
add dependencies docs
· 9ec21335
PoroCYon
authored
May 17, 2019
9ec21335
I'm an idiot
· 429ba14e
PoroCYon
authored
May 17, 2019
429ba14e
try to fix gcc printing localized search dir keys
· a2e2e8f5
PoroCYon
authored
May 17, 2019
a2e2e8f5
17 May, 2019
2 commits
add support for relocation type 'R_X86_64_GOTPCREL'
· 987bbab3
PoroCYon
authored
May 17, 2019
987bbab3
add support for R_X86_64_REX_GOTPCRELX reloc (thanks Shiz)
· 4b4d8107
PoroCYon
authored
May 05, 2019
4b4d8107
29 Apr, 2019
5 commits
fix dnload version
· be3942ed
PoroCYon
authored
Apr 30, 2019
be3942ed
32-bit version working (not yet the dnload version)
· 3eea42e2
PoroCYon
authored
Apr 30, 2019
3eea42e2
fix importing weak symbols
· 8c7ce9c9
PoroCYon
authored
Apr 02, 2019
8c7ce9c9
src->rt; smol*.py -> src; add optional 16-bit hash version
· 8a4b7ce4
PoroCYon
authored
Mar 30, 2019
8a4b7ce4
32-bit version using dnload loader now working
· c75be623
PoroCYon
authored
Mar 28, 2019
c75be623
14 Mar, 2019
5 commits
fixes. dnload mode should now be usableish
· d9dbaae2
PoroCYon
authored
Mar 12, 2019
d9dbaae2
get rid of a few more bytes
· 26d96fc2
PoroCYon
authored
Mar 11, 2019
26d96fc2
add dnload import method to 64-bit version (unoptimized atm)
· 5e19c274
PoroCYon
authored
Mar 11, 2019
5e19c274
make things smaller again
· aed33c73
PoroCYon
authored
Mar 06, 2019
aed33c73
fix -fno-plt failing
· 434630e6
PoroCYon
authored
Mar 06, 2019
434630e6
06 Mar, 2019
4 commits
fix crash when a hash's LSbyte is 0
· 1e553444
PoroCYon
authored
Mar 06, 2019
1e553444
more size crunching, but not completely perfect
· 237ba991
PoroCYon
authored
Mar 06, 2019
237ba991
more optimizations (64-bit only for now)
· 29655608
PoroCYon
authored
Mar 05, 2019
29655608
more optimizations (64-bit only for now)
· 6e2aa414
PoroCYon
authored
Mar 05, 2019
6e2aa414
27 Feb, 2019
8 commits
make the linker survive -ffunction-sections -fdata-sections -Wl,--gc-sections
· 518a15d2
PoroCYon
authored
Feb 27, 2019
518a15d2
use repne scas[dq] for searching for l_entry
· 0993ec8d
PoroCYon
authored
Feb 27, 2019
0993ec8d
... and fix the Makefile to work again with code that uses main() instead of _start()
· a6c4c6f2
PoroCYon
authored
Feb 10, 2019
a6c4c6f2
use pkg-config in makefile (thanks unlord)
· d903ef2d
PoroCYon
authored
Feb 10, 2019
d903ef2d
fix stupid 32-bit compilation failure
· a73dfb97
PoroCYon
authored
Feb 10, 2019
a73dfb97
docs on smoldd
· 5b262ffc
PoroCYon
authored
Feb 06, 2019
5b262ffc
USE_DT_DEBUG, SKIP_ENTRIES options
· f317bc18
PoroCYon
authored
Feb 06, 2019
f317bc18
use better defaults for lib search paths
· 9d117fe6
PoroCYon
authored
Feb 06, 2019
9d117fe6