vim-hexedit
                                
                                
                                
                                    vim-hexedit copied to clipboard
                            
                            
                            
                        Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
                                            Results
                                            
                                                2
                                            
                                            vim-hexedit issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            当前Hex编辑在大部分模式下,都是只读模式,要强制保存,需要执行 w! 命令才能令修改生效。 这是由于模式转换后的保存逻辑有些混乱,需要重新梳理。
010editor 的模版解析引擎没有开源,目前只看到一个相近的解析引擎,还在犹豫是否使用它https://github.com/d0c-s4vage/pfp。